[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2023-10-30 Thread Adriano Vilela
https://bugs.kde.org/show_bug.cgi?id=421780 Adriano Vilela changed: What|Removed |Added CC||adriano.vil...@yahoo.com -- You are

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-07-19 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=421780 --- Comment #30 from Albert Astals Cid --- Which ones? -- You are receiving this mail because: You are the assignee for the bug.

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-07-18 Thread Bernhard Rosenkränzer
https://bugs.kde.org/show_bug.cgi?id=421780 --- Comment #29 from Bernhard Rosenkränzer --- Confirmed, it's caused by compiler flags in qtcore. -- You are receiving this mail because: You are the assignee for the bug.

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-04-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421780 --- Comment #28 from abulhair.sapa...@gmail.com --- Yeah, the compiler assumes that no floating point number is NaN or inf, so it can make optimizations like: `x == x` -> `true`, `x * 1` -> `x`, etc. But I think functions like `isnan` or `isinf` will

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-04-01 Thread David Hurka
https://bugs.kde.org/show_bug.cgi?id=421780 --- Comment #27 from David Hurka --- Awesome! :) I think QScroller shouldn’t break because of floating point inaccuracy. But its complicated floating point calculations make it seem possible to me. What does -ffinite-math-only mean? That stuff like

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-04-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421780 --- Comment #26 from abulhair.sapa...@gmail.com --- I found the bug, for me, was being caused by compiling qtcore with the flag -ffinite-math-only. I had previously ruled out optimization flags as being the cause since I had recompiled okular and

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-04-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421780 --- Comment #25 from abulhair.sapa...@gmail.com --- Actually I think I may have inadvertently fixed my issue. I tried recompiling all of qtcore, qtwidgets, and okular with debug symbols as well as disabling all optimization and now it's scrolling

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-04-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421780 --- Comment #24 from abulhair.sapa...@gmail.com --- (In reply to David Hurka from comment #22) > Mistake: Instead of this: > > >breakpoint QScroller::scrollTo > it is called this: > > >break QScroller::scrollTo(QPointF const&, int) Ah this worked but

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-04-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421780 --- Comment #23 from abulhair.sapa...@gmail.com --- Created attachment 137231 --> https://bugs.kde.org/attachment.cgi?id=137231=edit gdb output For some reason there wasn't a symbol 'this' in the QScroller::scrollTo frame (maybe I didn't correctly

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-04-01 Thread David Hurka
https://bugs.kde.org/show_bug.cgi?id=421780 --- Comment #22 from David Hurka --- Mistake: Instead of this: >breakpoint QScroller::scrollTo it is called this: >break QScroller::scrollTo(QPointF const&, int) -- You are receiving this mail because: You are the assignee for the bug.

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-04-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421780 --- Comment #21 from abulhair.sapa...@gmail.com --- Apparently parttest seems to have been excluded by Gentoo (https://bugs.gentoo.org/641728), along with mainshelltest, chmgeneratortest, parttest, and annotationtoolbartest. Sure I'll try running

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-04-01 Thread David Hurka
https://bugs.kde.org/show_bug.cgi?id=421780 --- Comment #20 from David Hurka --- Thanks! No fails related to QScroller visible. But what’s with “parttest”? ctest didn’t run it, or cmake didn’t compile it? Maybe we can try to look at internal values of QScroller. You will need to install

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-03-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421780 --- Comment #19 from abulhair.sapa...@gmail.com --- Created attachment 137213 --> https://bugs.kde.org/attachment.cgi?id=137213=edit Okular autotest results I'm running Gentoo, so I just compiled the okular tests and ran them. -- You are receiving

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-03-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421780 --- Comment #18 from abulhair.sapa...@gmail.com --- No xD It happens on both of my Plasma systems: one is a laptop with a single monitor, and the other is a desktop connected to a Denon receiver via HDMI (so Plasma thinks it's a second monitor). I'm

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-03-31 Thread David Hurka
https://bugs.kde.org/show_bug.cgi?id=421780 --- Comment #17 from David Hurka --- (In reply to Nate Graham from comment #15) > The problem can be reproduced by disabling scrollbars in Okular's config > window. [...] I know we also have Bug 421822, but > when scrollbars are disabled, I get the

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-03-30 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421780 --- Comment #16 from abulhair.sapa...@gmail.com --- I have "show scrollbars" enabled in the Okular config window. I tried experimenting with "Use smooth scrolling" but the behavior is the same. I am able to scroll using the scrollbars. Interestingly,

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-03-30 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=421780 Nate Graham changed: What|Removed |Added Status|NEEDSINFO |CONFIRMED Resolution|WAITINGFORINFO

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-03-30 Thread David Hurka
https://bugs.kde.org/show_bug.cgi?id=421780 David Hurka changed: What|Removed |Added Status|CONFIRMED |NEEDSINFO Resolution|---

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-03-22 Thread Bernhard Rosenkränzer
https://bugs.kde.org/show_bug.cgi?id=421780 Bernhard Rosenkränzer changed: What|Removed |Added Version|20.11.80|21.03.80 -- You are receiving this

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-03-22 Thread Bernhard Rosenkränzer
https://bugs.kde.org/show_bug.cgi?id=421780 Bernhard Rosenkränzer changed: What|Removed |Added Attachment #133543|0 |1 is obsolete|

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-03-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421780 abulhair.sapa...@gmail.com changed: What|Removed |Added CC||abulhair.sapa...@gmail.com ---

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2020-11-21 Thread Bernhard Rosenkränzer
https://bugs.kde.org/show_bug.cgi?id=421780 Bernhard Rosenkränzer changed: What|Removed |Added Version|1.10.80 |20.11.80 --- Comment #10 from Bernhard

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2020-10-16 Thread Ben Bullard
https://bugs.kde.org/show_bug.cgi?id=421780 Ben Bullard changed: What|Removed |Added CC||benbullar...@cox.net -- You are receiving this

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2020-08-09 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=421780 --- Comment #9 from Albert Astals Cid --- (In reply to Nate Graham from comment #8) > Albert, I'd be in favor of doing this for the 20.12 release. What do you > think? Yes, i think they should be reverted, but i was outvoted in the discussion we had

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2020-08-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=421780 Nate Graham changed: What|Removed |Added Summary|Most ways of navigating a |Most ways of scrolling a