Closed
Bug 955839
Opened 12 years ago
Closed 11 years ago
Element with z-index rendered above scroll bars on OSX
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: arnaud.lb, Unassigned)
Details
(Whiteboard: [bugday-20140106])
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:25.0) Gecko/20100101 Firefox/25.0 (Beta/Release)
Build ID: 20131112160018
Steps to reproduce:
Had an element with position:absolute and z-index:1 in a scrollable div.
Demo: http://jsfiddle.net/9eVWq/1/
Actual results:
The element is rendered above the scrollbars on OSX
Expected results:
The scrollbar shouldn't be hidden by the element
Comment 1•12 years ago
|
||
I was not been able to reproduce the issue. Could you please try the following, to see if you still reproduce the issue:
1) running in Safe mode:
http://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode
2) try this with a clean profile:
http://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles
Flags: needinfo?(arnaud.lb)
I'm still able to reproduce the bug in safe mode with a clean profile.
Also reproducible in nightly builds ("Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:29.0) Gecko/20100101 Firefox/29.0").
It only happens on OS X, it seems.
Flags: needinfo?(arnaud.lb)
Comment 3•12 years ago
|
||
I can reproduce this on Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:29.0) Gecko/20100101 Firefox/29.0 ID:20140106030203
in safe mode with a fresh profile.
Attached the screenshot.
Updated•12 years ago
|
Component: Untriaged → Layout: View Rendering
Product: Firefox → Core
Whiteboard: [bugday-20140106]
Comment 4•11 years ago
|
||
This looks fixed now to me (in nightly). Do you see the same?
Flags: needinfo?(arnaud.lb)
Looks fixed on nightly here too
Flags: needinfo?(arnaud.lb)
Comment 6•11 years ago
|
||
Okay thanks. If the problem happens again please reopen or file a new bug.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•