Wrong visualisation of with additional scroll bars in Microsoft Power BI
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
People
(Reporter: u627680, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(6 files)
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Comment 5•7 years ago
|
||
Comment 7•7 years ago
|
||
Comment 9•6 years ago
|
||
Hi guys, the fix is still not available. I am not able to identify who can or cannot fix this problem so I commented both threads (Mozilla and PowerBI), hoping for someone responsible to take action.
Comment 10•6 years ago
|
||
Which PowerBI thread did you post on? The last comment in the thread linked in comment 8 seems to be from 2018. At any rate, the layout.css.scrollbar-width.enabled pref is true by default now (and has been for a while) so there must be some other problem causing this now if it's still happening.
Comment 11•6 years ago
|
||
I have posted to this topic:
https://community.powerbi.com/t5/Service/Weird-scrollbars-in-PBI-Service/m-p/570433/highlight/false#M57839
There are more of them there, complaining about the same issue.
I confirm that layout.css.scrollbar-width.enabled pref is by default true.
I am using a freshly installed PC (Win10) with the latest FF version downloaded and installed, yet the problem is not solved. My colleagues around have the same experience.
Comment 12•6 years ago
|
||
Can you follow the instructions from comment 2 to save a copy of the page? I don't have access to PowerBI so without a standalone test case it's going to be hard to fix.
Comment 13•6 years ago
•
|
||
(In reply to Kartikaya Gupta (email:kats@mozilla.com) from comment #12)
Can you follow the instructions from comment 2 to save a copy of the page? I don't have access to PowerBI so without a standalone test case it's going to be hard to fix.
Note, the attachment from comment 3 does seem to function somewhat as a standalone test case. It's a bit messy due to what I'm guessing is some missing CSS, but if you open it in both Firefox and Chrome, and scroll down to the part where there's a table with cells highlighted in green and red (partially obscured by a graph, I'm guessing due to the missing CSS; ignore that), the first column of that table (titled "Kanal Gruppe") is scrollable in both Firefox and Chrome, but only Firefox renders scrollbars for it.
Comment 14•6 years ago
|
||
Page rendering in Chrome
Comment 15•6 years ago
|
||
Page rendering in FF
Comment 16•6 years ago
|
||
Packed problematic page
Comment 17•6 years ago
|
||
OK I have uploaded the packed webpage (Scrollbars_2019523_FF67_64bit.zip) as well as the correct rendering (Chrome.PNG) and the wrong rendering (FF.PNG).
I tried some more browsers (Chrome, Edge, IE10, Safari), they all look good.
Comment 18•6 years ago
|
||
(In reply to michal.kolar from comment #17)
OK I have uploaded the packed webpage (Scrollbars_2019523_FF67_64bit.zip) as well as the correct rendering (Chrome.PNG) and the wrong rendering (FF.PNG).
Thanks! Unfortunately when I load the packed page it doesn't really load properly. I suspect the page is too dynamic to be properly saved by the browser's "save as" feature. :(
(In reply to Botond Ballo [:botond] from comment #13)
Note, the attachment from comment 3 does seem to function somewhat as a standalone test case. It's a bit messy due to what I'm guessing is some missing CSS, but if you open it in both Firefox and Chrome, and scroll down to the part where there's a table with cells highlighted in green and red (partially obscured by a graph, I'm guessing due to the missing CSS; ignore that), the first column of that table (titled "Kanal Gruppe") is scrollable in both Firefox and Chrome, but only Firefox renders scrollbars for it.
I looked at this attachment a bit. Note that this predates the supposed change that microsoft made, so it's unclear to me if the problem on this page is the same as what is currently happening in the latest version. However, this saved page does reproduce a problem, so it's worth fixing, and maybe it will fix the problem on the latest version of the page.
I inspected one of the problematic scrollbars (for <div class="rowHeaders">, which is just below the "Kanal Gruppe" text and has the text "01 TV Heroes"). In Chrome that div has an offsetWidth of 180px, with the clientWidth and scrollWidth being 165px. The rightmost 15px, which contain the scrollbar, are hidden by virtue of being under the div to the right of it. In Firefox, the div has an offsetWidth and scrollWidth of 165px, and a clientWidth of 150px. So for some reason the layout properties are coming out narrower such that the scrollbar is still visible instead of being truncated off to the right.
I'm not too sure of the steps that are involved in computing the layout widths, so moving this over to layout proper where hopefully somebody will know what's going on.
Comment 20•6 years ago
|
||
If it helps, here's a reduced testcase.
In Chrome, only the blue/yellow div renders a vertical scrollbar, and neither div renders a horizontal scrollbar.
In Firefox, both divs render horizontal and vertical scrollbars.
Updated•6 years ago
|
Comment 21•6 years ago
|
||
The priority flag is not set for this bug.
:jwatt, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•6 years ago
|
Updated•3 years ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Comment 22•1 year ago
|
||
Hi James, could you please file a separate bug based on the testcase in comment 20?
Comment 23•1 year ago
|
||
I've moved the testcase from this bug into another bug, but since we think there's little chance of reproducing the original issue we're going to close this and wait for more reports of sites being broken due to scrollbar differences before opening a knowledge base entry.
Description
•