Closed (fixed)
Project:
Bluecheese
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
23 Dec 2014 at 11:23 UTC
Updated:
29 Mar 2018 at 19:14 UTC
Jump to comment: Most recent
Comments
Comment #1
manjit.singhComment #2
lewisnymanComment #3
manjit.singhComment #4
skippednote commentedThe
.element-invisibleis the culprit here. It's getting clipped and a height of 1px pixel is being added to it. However there is no width added which is causing an overflowing container. Adding 1px width fixes the problem here.I'll add a patch as soon as I have access to the development site.
Comment #5
drummSee #2045151: width:1px in visually-hidden class causing problems for screen readers in Firefox for a potential problem with
width: 1px;This is also affecting issue pages, in links like
report spam<span class="element-invisible"> on user skippednote</span>Comment #6
drummLooks like the solution from #2045151: width:1px in visually-hidden class causing problems for screen readers in Firefox is to add both:
to
.element-invisibleComment #7
drummComment #9
drummThis was deployed a few days ago, there are now less white margins on the right side of the page on mobile.