Closed
Bug 686608
Opened 13 years ago
Closed 11 years ago
Body with opacity != 1 bugs any inputs/scroll bars on z-index >= 1
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: slarson, Unassigned)
References
Details
(Keywords: css3, html5, testcase)
Attachments
(3 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.2) Gecko/20100101 Firefox/6.0.2
Build ID: 20110902133214
Steps to reproduce:
I created a page with a body of "opacity: 0.80; background-image: url('http://www.socialaddicts.net/graphics/index.png'); background-attachment: fixed; background-position: center center;"
Actual results:
Everything on z-index 0 worked fine, but anything with a z-index >= 1 would freeze... input fields would freeze when entering characters... scroll bars would freeze and bug out.
Expected results:
The input fields, and scroll bars shouldn't freeze because they don't on any other browser.
Reporter | ||
Comment 1•13 years ago
|
||
additional notes to "steps to reproduce"
then i created a z-index with 200 and put a div with enough content to scroll a scroll bar and a i had a input field.
Priority: -- → P5
Reporter | ||
Updated•13 years ago
|
Comment 2•13 years ago
|
||
Can you provide a public URL or full HTML file that exhibits this issue.
Priority: P5 → --
Comment 4•13 years ago
|
||
Please do NOT set the priority - this is only for use by the developers.
Priority: P5 → --
Reporter | ||
Comment 5•13 years ago
|
||
I didn't mean too sorry, I didn't even know I did sorry.
Priority: -- → P5
Reporter | ||
Comment 6•13 years ago
|
||
Here is the test url http://www.socialaddicts.net/test.html by the way another fact is that is a combination of opacity < 1 + z-index >= 1 + position: fixed
Reporter | ||
Comment 7•13 years ago
|
||
Have you reviewed the page?
Reporter | ||
Comment 8•13 years ago
|
||
How do i quit adding a priority. Thanks, and sorry. All im doing is commenting.
Reporter | ||
Updated•13 years ago
|
Priority: P5 → --
Updated•13 years ago
|
Component: General → Layout
Keywords: testcase
Product: Firefox → Core
QA Contact: general → layout
Version: 6 Branch → Trunk
Comment 9•13 years ago
|
||
Comment 10•13 years ago
|
||
I see this on Mac too. Timothy, roc, any idea what's going on here?
OS: Windows 7 → All
Hardware: x86_64 → All
Comment 11•13 years ago
|
||
Regressed at the same time that retained layers landed.
Comment 12•13 years ago
|
||
Comment 13•13 years ago
|
||
(In reply to Shane Larson from comment #8)
> How do i quit adding a priority.
Bugzilla and Firefox interact badly on page reload.
Clicking the "Bug 686608" is one way to safely load the bug, updating the field to include others' changes.
Comment 14•13 years ago
|
||
Or just do a force-reload (hold shift while clicking the reload button or triggering the reload keyboard shortcut).
Comment 15•11 years ago
|
||
Confirmed with
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.12) Gecko/20100101 Firefox/10.0.12 ID:20130103094221 CSet: 9e1102e58ac8 ESR
WFM with
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0 ID:20131113153432 CSet: 04f4b34ae3ae ESR
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0 ID:20140512030202 CSet: 20ca234fd62b
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•