-
Notifications
You must be signed in to change notification settings - Fork 710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calc: Grid lines render issue with firefox on linux #7316
Comments
@timur-g can you link the up-stream firefox ticket here too ? =) or didn't we get far with that ? |
If the up-stream Mozilla "anti-aliasing" acceleration makes it impossible to draw accelerated lines with firefox - quite possibly we need to detect that browser and do pixel bashing instead to get the same result; hopefully only for firefox. |
Looks like someone also posted a related issue on the Mozilla bugtracker: Both that one+ours seems to have regressed on the same Firefox 115 issue 9 months ago: |
Thanks - would be good to cross-link the tickets if not =) |
@Cwiiis fairly annoying browser bug - would it be something that you could look at implementing a "draw horizontal or vertical hair-line" method that performs reasonably well in firefox ? and then using that - particularly for spreadsheet grid-lines (rendered in the browser), but I guess also all around the place where we use the canvas (?) =) Alternatively - if it's easy to fix in firefox, we should do that I suppose but ... ;-> shaders + other nightmares probably make that not so easy. Thoughts ? |
…refox. Somewhat disappointing cf. https://bugzilla.mozilla.org/show_bug.cgi?id=1857185 Interestingly dashed-hair-lines still seem to work nicely on large canvases. cf. #7316 Signed-off-by: Michael Meeks <michael.meeks@collabora.com> Change-Id: I1371671e4ef8e8ca1e5f2790c3f0f2431bf9e2ba
…refox. Somewhat disappointing cf. https://bugzilla.mozilla.org/show_bug.cgi?id=1857185 Interestingly dashed-hair-lines still seem to work nicely on large canvases. cf. #7316 Signed-off-by: Michael Meeks <michael.meeks@collabora.com> Change-Id: I1371671e4ef8e8ca1e5f2790c3f0f2431bf9e2ba
Should be fixed in the next release; thanks for reporting ! =) |
…refox. Somewhat disappointing cf. https://bugzilla.mozilla.org/show_bug.cgi?id=1857185 Interestingly dashed-hair-lines still seem to work nicely on large canvases. cf. CollaboraOnline/online#7316 Signed-off-by: Michael Meeks <michael.meeks@collabora.com> Change-Id: I1371671e4ef8e8ca1e5f2790c3f0f2431bf9e2ba
Describe the Bug
Not sure if this is actually a bug in Collabora, but I'd be glad if someone could help me out:
Using Code Calc (23.05.4.2, via docker, integrated in nextcloud) with firefox (118.0) on linux, grid lines are rendered as thick light grey lines, see screenshot below. Grid lines are distracting from actual contents, greatly limiting efficient use.
Interestingly, everything works fine with firefox on Windows and with Chromium on linux.
Steps to Reproduce
Open Collarbora Calc with firefox on linux.
Expected Behavior
Grid rendered with sharp lines as observed in other browsers.
Actual Behavior
Grid is rendered with muddy, thick lines
Screenshots
Desktop
(Please complete the following information)
The text was updated successfully, but these errors were encountered: