[okular] [Bug 421634] Presentation mode misrendering with two monitors and screen scaling

2020-05-22 Thread Oliver Sander
https://bugs.kde.org/show_bug.cgi?id=421634

--- Comment #5 from Oliver Sander  ---
I confirm that the problem goes away when I set QT_SCALE_FACTOR instead of
QT_SCREEN_SCALE_FACTORS.  However, I don't usually set these variables per
hand.  Rather, I use the slider in the control center, and that set
QT_SCREEN_SCALE_FACTORS for me, not the other one.

> Does this mean we'll have to replace QDesktopWidget in presentationwidget.cpp 
> anyway?

I guess, maybe for the transition to Qt6.  Doesn't look very difficult, though.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 421634] Presentation mode misrendering with two monitors and screen scaling

2020-05-22 Thread Oliver Sander
https://bugs.kde.org/show_bug.cgi?id=421634

--- Comment #6 from Oliver Sander  ---
I just noticed something interesting:  When scaling my display with the control
center GUI, it sets

~> echo $QT_SCREEN_SCALE_FACTORS 
eDP-1=1.5;DP-1=1.5;HDMI-1=1.5;HDMI-2=1.5;

(and QT_SCALE_FACTOR is unset).  No idea why it sets HDMI-1 and HDMI-2, I only
have two physical monitors.

However, when I ask xrandr about the available screens I get

~> xrandr
Screen 0: minimum 320 x 200, current 1921 x 2160, maximum 16384 x 16384
eDP-1 connected 1920x1080+1+1080 (normal left inverted right x axis y axis)
276mm x 155mm
   1920x1080 60.00 +  59.97*   59.9659.93  
[snip]
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
DP-1-1 disconnected (normal left inverted right x axis y axis)
DP-1-2 connected primary 1920x1080+0+0 (normal left inverted right x axis y
axis) 527mm x 296mm
   1920x1080 60.00 +  50.0050.0059.94* 
[snip]
DP-1-3 disconnected (normal left inverted right x axis y axis)

Observe how QT_SCREEN_SCALE_FACTORS contains a scaling for display DP-1, but
xrandr says that the display name is actually DP-1-2.  And indeed, when
updating QT_SCREEN_SCALE_FACTORS accordingly

~> echo $QT_SCREEN_SCALE_FACTORS 
eDP-1=1.5;DP-1-2=1.5

the problem goes away.

So is this a bug in kscreen / the control center?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 421823] Okular downloads PDF file from samba share to local file system on opening

2020-05-22 Thread David Hurka
https://bugs.kde.org/show_bug.cgi?id=421823

--- Comment #3 from David Hurka  ---
> Okular downloads [...]
> and Plasma notifies about it. See the attached screenshot please.

I interpret this as follows: Plasma makes this popup everytime a download is
complete, so the user knows when he/she can use the file. But when Okular
downloads the file to use it, the user doesn’t care about downloads, but just
wants to see the document in Okular.

So the bug is
a) that Okular doesn’t mark the download transaction as “internal” or similar,
so Plasma thinks that the user needs to know when it is complete. 
b) or that Plasma notifies about such internal downloads although that is
useless.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 421822] 'Scroll Page Up'/'Scroll Page Down' actions do not scroll by pages

2020-05-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421822

--- Comment #6 from quant...@gmail.com ---
The commit that introduced the problem is
51b90ecd73e37b9646d8a4bbb51e4fa815942912. It's parent commit
13bb95c253332145db0609ffd8fbdad3bed49fff is fine.

I tried to revert the commit from a top of the master branch to see if it is
the only commit that is related to the problem, but there were further changes
in the same code in later commits and therefore the revert caused merge
conflicts. I am not familiar with the code to resolve those conflicts properly,
so I didn't proceed with this.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Re: Should we revert the QScroller patch?

2020-05-22 Thread David Hurka
As a user who doesn’t like smooth scrolling, I would like this to be rejected. 
But touchscreen users would like the regressions to be fixed. So I think we 
shouldn’t remove smooth scrolling, because many users would be annoyed if it is 
added just to be removed in the next release.

Whether it should be reverted and reimplemented or be fixed IMHO depends on 
Kezik, whether he/she wants to start over or fix the problems. Considering 
there are now two conflicting impementations of smooth scrolling (animated 
scrolling), I would prefer to start over.

Whoever wants to fix/reimplement this, I’d like to offer some design help. I 
read through the PageView code once, and maybe my perspective can be helpful. 
But note that I will not be able to code during the next weeks.

From: Albert Astals Cid 
To: Okular development 
> It has brought several regressions compared to the [small] "nicer" scrolling 
> improvement.
> 
> Kezi Olio seems to have proposed patches that solve some but there's still 
> quite a few of them open.
> 
> What's your opinion?
> 
> Cheers,
>   Albert


[okular] [Bug 419675] okular crashes when opening a menu if invoked from auctex

2020-05-22 Thread Reissner
https://bugs.kde.org/show_bug.cgi?id=419675

--- Comment #10 from Reissner  ---
I have new information: 

13:44 $ gdb attach `pidof okular`
Excess command line arguments ignored. (13399 ...)
GNU gdb (GDB; openSUSE Tumbleweed) 8.3.1
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-suse-linux".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
attach: No such file or directory.
Attaching to process 13422
[New LWP 13423]
[New LWP 13424]
[New LWP 13425]
[New LWP 13426]
[New LWP 13427]
[New LWP 13428]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
0x7f7abde31acf in poll () from /lib64/libc.so.6
Missing separate debuginfos, use: zypper install
okular-debuginfo-20.04.0-1.1.x86_64
(gdb) continue
Continuing.

Thread 1 "okular" received signal SIGSEGV, Segmentation fault.
0x7f7ab1463d34 in ?? () from
/usr/lib64/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so
(gdb) bt
#0  0x7f7ab1463d34 in ?? () from
/usr/lib64/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so
#1  0x7f7ab14643c7 in ?? () from
/usr/lib64/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so
#2  0x7f7ab145fa32 in ?? () from
/usr/lib64/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so
#3  0x7f7aba25b139 in QXcbWindow::create() () from
/usr/lib64/libQt5XcbQpa.so.5
#4  0x7f7aba2480ee in QXcbIntegration::createPlatformWindow(QWindow*) const
() from /usr/lib64/libQt5XcbQpa.so.5
#5  0x7f7abe842a55 in QWindowPrivate::create(bool, unsigned long long) ()
from /usr/lib64/libQt5Gui.so.5
#6  0x7f7abef605c8 in QWidgetPrivate::create() () from
/usr/lib64/libQt5Widgets.so.5
#7  0x7f7abef60bc6 in QWidget::create(unsigned long long, bool, bool) ()
from /usr/lib64/libQt5Widgets.so.5
#8  0x7f7abef61320 in QWidgetPrivate::setScreen(QScreen*) () from
/usr/lib64/libQt5Widgets.so.5
#9  0x7f7abf0b1744 in QMenu::popup(QPoint const&, QAction*) () from
/usr/lib64/libQt5Widgets.so.5
#10 0x7f7abf0bcff0 in ?? () from /usr/lib64/libQt5Widgets.so.5
#11 0x7f7abf0bf100 in ?? () from /usr/lib64/libQt5Widgets.so.5
#12 0x7f7abf0bf97a in QMenuBar::mousePressEvent(QMouseEvent*) () from
/usr/lib64/libQt5Widgets.so.5
#13 0x7f7abef6e5c9 in QWidget::event(QEvent*) () from
/usr/lib64/libQt5Widgets.so.5
#14 0x7f7abf0c0c9b in QMenuBar::event(QEvent*) () from
/usr/lib64/libQt5Widgets.so.5
#15 0x7f7abef2bcaf in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /usr/lib64/libQt5Widgets.so.5
#16 0x7f7abef35043 in QApplication::notify(QObject*, QEvent*) () from
/usr/lib64/libQt5Widgets.so.5
#17 0x7f7abe385fe2 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /usr/lib64/libQt5Core.so.5
#18 0x7f7abef34123 in QApplicationPrivate::sendMouseEvent(QWidget*,
QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool, bool) ()
from /usr/lib64/libQt5Widgets.so.5
#19 0x7f7abef895e9 in ?? () from /usr/lib64/libQt5Widgets.so.5
#20 0x7f7abef8c684 in ?? () from /usr/lib64/libQt5Widgets.so.5
#21 0x7f7abef2bcaf in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /usr/lib64/libQt5Widgets.so.5
#22 0x7f7abef34df0 in QApplication::notify(QObject*, QEvent*) () from
/usr/lib64/libQt5Widgets.so.5
#23 0x7f7abe385fe2 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /usr/lib64/libQt5Core.so.5
#24 0x7f7abe8394d3 in
QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*)
()
   from /usr/lib64/libQt5Gui.so.5
#25 0x7f7abe83ab65 in
QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*)
()
   from /usr/lib64/libQt5Gui.so.5
#26 0x7f7abe81453b in
QWindowSystemInterface::sendWindowSystemEvents(QFlags)
()
   from /usr/lib64/libQt5Gui.so.5
#27 0x7f7aba26da6a in ?? () from /usr/lib64/libQt5XcbQpa.so.5
#28 0x7f7abca926e8 in g_main_context_dispatch () from
/usr/lib64/libglib-2.0.so.0
#29 0x7f7abca92a70 in ?? () from /usr/lib64/libglib-2.0.so.0
--Type  for more, q to quit, c to continue without paging--
#30 0x7f7abca92aff in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#31 0x7f7abe3dcbce in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib64/libQt5Core.so.5
#32 0x7f7abe384b7b in
QEventLoop::exec(QFlags) () from
/usr/lib64/libQt5Core.so.5
#33 0x7f7abe38c952 in QCoreApplication::exec() () from
/usr/lib64/

[okular] [Bug 419675] okular crashes when opening a menu if invoked from auctex

2020-05-22 Thread Reissner
https://bugs.kde.org/show_bug.cgi?id=419675

--- Comment #11 from Reissner  ---
now with installed debug infos: 

Thread 1 "okular" received signal SIGSEGV, Segmentation fault.
0x7f7ee198dd34 in ?? () from
/usr/lib64/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so
(gdb) bt
#0  0x7f7ee198dd34 in ?? () from
/usr/lib64/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so
#1  0x7f7ee198e3c7 in ?? () from
/usr/lib64/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so
#2  0x7f7ee1989a32 in ?? () from
/usr/lib64/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so
#3  0x7f7eea785139 in QXcbWindow::create() () from
/usr/lib64/libQt5XcbQpa.so.5
#4  0x7f7eea7720ee in QXcbIntegration::createPlatformWindow(QWindow*) const
() from /usr/lib64/libQt5XcbQpa.so.5
#5  0x7f7eeed6ca55 in QWindowPrivate::create(bool, unsigned long long) ()
from /usr/lib64/libQt5Gui.so.5
#6  0x7f7eef48a5c8 in QWidgetPrivate::create() () from
/usr/lib64/libQt5Widgets.so.5
#7  0x7f7eef48abc6 in QWidget::create(unsigned long long, bool, bool) ()
from /usr/lib64/libQt5Widgets.so.5
#8  0x7f7eef48b320 in QWidgetPrivate::setScreen(QScreen*) () from
/usr/lib64/libQt5Widgets.so.5
#9  0x7f7eef5db744 in QMenu::popup(QPoint const&, QAction*) () from
/usr/lib64/libQt5Widgets.so.5
#10 0x7f7eef5e6ff0 in ?? () from /usr/lib64/libQt5Widgets.so.5
#11 0x7f7eef5e9100 in ?? () from /usr/lib64/libQt5Widgets.so.5
#12 0x7f7eef5e997a in QMenuBar::mousePressEvent(QMouseEvent*) () from
/usr/lib64/libQt5Widgets.so.5
#13 0x7f7eef4985c9 in QWidget::event(QEvent*) () from
/usr/lib64/libQt5Widgets.so.5
#14 0x7f7eef5eac9b in QMenuBar::event(QEvent*) () from
/usr/lib64/libQt5Widgets.so.5
#15 0x7f7eef455caf in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /usr/lib64/libQt5Widgets.so.5
#16 0x7f7eef45f043 in QApplication::notify(QObject*, QEvent*) () from
/usr/lib64/libQt5Widgets.so.5
#17 0x7f7eee8affe2 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /usr/lib64/libQt5Core.so.5
#18 0x7f7eef45e123 in QApplicationPrivate::sendMouseEvent(QWidget*,
QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool, bool) ()
from /usr/lib64/libQt5Widgets.so.5
#19 0x7f7eef4b35e9 in ?? () from /usr/lib64/libQt5Widgets.so.5
#20 0x7f7eef4b6684 in ?? () from /usr/lib64/libQt5Widgets.so.5
#21 0x7f7eef455caf in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /usr/lib64/libQt5Widgets.so.5
#22 0x7f7eef45edf0 in QApplication::notify(QObject*, QEvent*) () from
/usr/lib64/libQt5Widgets.so.5
#23 0x7f7eee8affe2 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /usr/lib64/libQt5Core.so.5
#24 0x7f7eeed634d3 in
QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*)
()
   from /usr/lib64/libQt5Gui.so.5
#25 0x7f7eeed64b65 in
QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*)
()
   from /usr/lib64/libQt5Gui.so.5
#26 0x7f7eeed3e53b in
QWindowSystemInterface::sendWindowSystemEvents(QFlags)
()
   from /usr/lib64/libQt5Gui.so.5
#27 0x7f7eea797a6a in ?? () from /usr/lib64/libQt5XcbQpa.so.5
#28 0x7f7eecfbc6e8 in g_main_context_dispatch () from
/usr/lib64/libglib-2.0.so.0
#29 0x7f7eecfbca70 in ?? () from /usr/lib64/libglib-2.0.so.0
--Type  for more, q to quit, c to continue without paging--
#30 0x7f7eecfbcaff in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#31 0x7f7eee906bce in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib64/libQt5Core.so.5
#32 0x7f7eee8aeb7b in
QEventLoop::exec(QFlags) () from
/usr/lib64/libQt5Core.so.5
#33 0x7f7eee8b6952 in QCoreApplication::exec() () from
/usr/lib64/libQt5Core.so.5
#34 0x5627392db83e in main (argc=, argv=) at
/usr/src/debug/okular-20.04.0-1.1.x86_64/shell/main.cpp:95
(gdb) 
(gdb)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 419675] okular crashes when opening a menu if invoked from auctex

2020-05-22 Thread Reissner
https://bugs.kde.org/show_bug.cgi?id=419675

--- Comment #12 from Reissner  ---
Further info: has nothing to do with auctex, just with emacs. 
Still further hint: 
Emacs is a bit command line. 
One can make it display the command it issues. It is sth like 
`okular -unique recon.pdf#src:7./recon.tex`. 
Strange enough, if i do that on a shell, all is ok. 
So it must have sth to do with emacs...

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 421159] Scrolling by clicking the scroll bar is reset by scrolling with scroll wheel

2020-05-22 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=421159

Christoph Feck  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |REPORTED

--- Comment #5 from Christoph Feck  ---
New information was added with comment 4; changing status for inspection.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 421040] Mouse warp effect can't be disabled

2020-05-22 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=421040

--- Comment #9 from Christoph Feck  ---
New information was added with comment 7; changing status for inspection.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 421823] Okular downloads PDF file from samba share to local file system on opening

2020-05-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=421823

--- Comment #4 from Albert Astals Cid  ---
But you want download progress info, what if the file is 300MB and takes a
while to get? I really want to see that progress bar

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 421822] 'Scroll Page Up'/'Scroll Page Down' actions do not scroll by pages

2020-05-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=421822

Albert Astals Cid  changed:

   What|Removed |Added

 CC||keziolio...@gmail.com,
   ||oliver.san...@tu-dresden.de

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 421482] Okular view overscrolls

2020-05-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=421482

Albert Astals Cid  changed:

   What|Removed |Added

 CC||oliver.san...@tu-dresden.de

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 420842] Scrolling with browse tool sticks at first after inertial scrolling implemented

2020-05-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=420842

Albert Astals Cid  changed:

   What|Removed |Added

 CC||oliver.san...@tu-dresden.de

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 421354] Form fields bad rendering when scrolling

2020-05-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=421354

Albert Astals Cid  changed:

   What|Removed |Added

 CC||oliver.san...@tu-dresden.de

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 420889] Shift+scroll wheel behavior broke

2020-05-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=420889

Albert Astals Cid  changed:

   What|Removed |Added

 CC||oliver.san...@tu-dresden.de

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 421437] cursor is still a pointing hand when scrolling stops after clicking an internal link

2020-05-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=421437

Albert Astals Cid  changed:

   What|Removed |Added

 CC||oliver.san...@tu-dresden.de

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 420556] Inertia doesn't work when the mouse goes through upper/lower side of the screen to appear at the other side

2020-05-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=420556

Albert Astals Cid  changed:

   What|Removed |Added

 CC||oliver.san...@tu-dresden.de

-- 
You are receiving this mail because:
You are the assignee for the bug.

Re: Should we revert the QScroller patch?

2020-05-22 Thread Albert Astals Cid
El dijous, 21 de maig de 2020, a les 6:21:42 CEST, Oliver Sander va escriure:
> As a user with a touch screen I must say that I really enjoy Kezi's QScroller 
> patch.
> Inertia-less scrolling on a touchscreen feels very clumsy.

Favour the minority of users doesn't feel like the best idea to me.

> Therefore I vote for keeping the patch and fixing the regressions.

I will subscribe you to all the bugs that I've found were caused by this patch.

I expect you to help in fixing those regressions before the 20.08 release, 
after all you're the one that pushed the code that caused those regressions.

Cheers,
  Albert

> 
> Best,
> Oliver
> 
> On 21.05.20 00:19, Albert Astals Cid wrote:
> > It has brought several regressions compared to the [small] "nicer" 
> > scrolling improvement.
> > 
> > Kezi Olio seems to have proposed patches that solve some but there's still 
> > quite a few of them open.
> > 
> > What's your opinion?
> > 
> > Cheers,
> >   Albert
> > 
> > 
> 
> 






[okular] [Bug 419675] okular crashes when opening a menu if invoked from auctex

2020-05-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=419675

--- Comment #13 from Albert Astals Cid  ---
This is really weird, can you try installing the debug info for
libqxcb-glx-integration.so if opensuse has it?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 420480] Okular crashed after opening a file in Wayland

2020-05-22 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=420480

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 421192] okular could not open files in tmp

2020-05-22 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=421192

--- Comment #2 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 421950] New: Page Up/Down overlap does not work on pdf file

2020-05-22 Thread Oscar Megia Lopez
https://bugs.kde.org/show_bug.cgi?id=421950

Bug ID: 421950
   Summary: Page Up/Down overlap does not work on pdf file
   Product: okular
   Version: 1.10.1
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: PDF backend
  Assignee: okular-devel@kde.org
  Reporter: megia.os...@gmail.com
  Target Milestone: ---

SUMMARY

Setup Page Up/Down overlap to 50% or 0% does not make any difference.
If a line is cutted after press Page Up/Down is cutted in the other half in
both settings.

STEPS TO REPRODUCE
1. Setup Page Up/Down overlap to 50%
2. A line is cutted at end of page.
3. Press Page Down.
4. The line is cutted by other half.

The same issue if setup Page Up/Down overlap to 0%

Evince does not cut text lines and have a line overlap that make easier reading
pdf files.

OBSERVED RESULT

The page's last line is unreadable in both pages.

EXPECTED RESULT

The page's last line must be readable in both pages.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Archlinux kernel 5.6.13-arch1-1
(available in About System)
KDE Frameworks 5.70.0
Qt version: 5.14.2 (compiled with 5.14.2)
Windows system xcb
KDE Plasma Version: 5.18.5

ADDITIONAL INFORMATION
Same issue in OpenBox.

-- 
You are receiving this mail because:
You are the assignee for the bug.