#8642 closed bug (cantfix)
Dialog: Modal Overlay shows horizontal gap in background for Firefox 15/16
Reported by: | kjauslin | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.1 |
Component: | ui.dialog | Version: | 1.9.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
To reproduce: open the following themeroller URL below. In the section "Overlay and Shadow Classes", you can see that the background gray is separated by a transparent bar - instead of one background box.
In Webkit Browsers (Chrome, ...) everything looks fine. So this might also be an inconsistency in Firefox.
Change History (8)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Further analysis shows that this is not a specific jquery issue. Firefox somehow does not override the later definition for the background. If you explicitely clear the previous background, everything will work (maybe this has something to do with the specific multiple background implementation in FF). This could be fixed in the ThemeRoller. Or wait to be fixed within Firefox. If there is another explanation, I'd be interested to learn about it.
/* override jquery ui overlay style */ .ui-widget-overlay { background-image: none !important; /* FF fix */ background: #000 url(images/new-ui-overlay.png) 50% 50% repeat-x; }
comment:3 follow-up: 6 Changed 10 years ago by
This only affects Firefox on OS X, not Windows, and goes all the way back to Firefox 7.
The suggested fix is not a fix as it prevents the use of background images.
I'm not sure that there's anything we can do about this. Here's my reduced test case: http://jsbin.com/imoceq/3/edit
comment:5 Changed 10 years ago by
Status: | new → open |
---|---|
Summary: | Modal Overlay shows horizontal gap in background for Firefox 15/16 → Dialog: Modal Overlay shows horizontal gap in background for Firefox 15/16 |
comment:6 Changed 10 years ago by
@scott: Thanks for reviewing and entering the bug in Bugzilla. You're right, the fix above does not really work. Let's see what the Firefox team will do about it.
comment:7 Changed 10 years ago by
Resolution: | → cantfix |
---|---|
Status: | open → closed |
I'm closing this as can't fix, but I'm still monitoring the Firefox bug. If anyone finds a workaround, we can land it.
I added an example on jsBin to illustrate the problem: http://jsbin.com/udenaz/1/edit