https://bugs.kde.org/show_bug.cgi?id=421780
Adriano Vilela changed:
What|Removed |Added
CC||adriano.vil...@yahoo.com
--
You are receiving
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 watching all bug changes.
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 watching all bug changes.
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 sti
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 qNa
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 qtwidge
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 correct
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
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&action=edit
gdb output
For some reason there wasn't a symbol 'this' in the QScroller::scrollTo frame
(maybe I didn't correc
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 watching all bug changes.
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
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 debuggin
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&action=edit
Okular autotest results
I'm running Gentoo, so I just compiled the okular tests and ran them.
--
You are rece
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 us
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 full
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, the
https://bugs.kde.org/show_bug.cgi?id=421780
Nate Graham changed:
What|Removed |Added
Status|NEEDSINFO |CONFIRMED
Resolution|WAITINGFORINFO
https://bugs.kde.org/show_bug.cgi?id=421780
David Hurka changed:
What|Removed |Added
Status|CONFIRMED |NEEDSINFO
Resolution|---
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 mai
https://bugs.kde.org/show_bug.cgi?id=421780
Bernhard Rosenkränzer changed:
What|Removed |Added
Attachment #133543|0 |1
is obsolete|
https://bugs.kde.org/show_bug.cgi?id=421780
abulhair.sapa...@gmail.com changed:
What|Removed |Added
CC||abulhair.sapa...@gmail.com
--- Comm
https://bugs.kde.org/show_bug.cgi?id=421780
Bernhard Rosenkränzer changed:
What|Removed |Added
Attachment #130671|0 |1
is obsolete|
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
https://bugs.kde.org/show_bug.cgi?id=421780
Ben Bullard changed:
What|Removed |Added
CC||benbullar...@cox.net
--
You are receiving this m
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 in
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
|docum
26 matches
Mail list logo