Closed
Bug 41155
Opened 25 years ago
Closed 17 years ago
visual weirdness with opacity+xul button
Categories
(Core Graveyard :: GFX, defect, P3)
Core Graveyard
GFX
Tracking
(Not tracked)
RESOLVED
WORKSFORME
Future
People
(Reporter: andreww, Unassigned)
Details
Attachments
(2 files)
Load the example file in mac build 2000053108 -
these are just simple XUL buttons with opacity set on a colored background.
The buttons display a wierd red coloration which isnt defined anywhere in the
css.
I will enclose both an example file and a screen shot
Comment 6•25 years ago
|
||
mass-moving all evaughan non-nsbeta3+ bugs to 'Future' milestone
(per trudelle).
Target Milestone: --- → Future
Comment 7•24 years ago
|
||
The future is now, can we have some more current words on this bug? Hopefully
ones like "It seems to have been fixed."
Comment 8•24 years ago
|
||
nominating for dogfood (from sdagley's list of bugs that are good candidates for
our next release)
Keywords: nsdogfood
Summary: visual wierdness with opacity+xul button → visual weirdness with opacity+xul button
Comment 9•24 years ago
|
||
This works on win2k, but not on MacOS9.0 or redhat6.1 (or it does work
when you change 'opacity:' to '-moz-opacity:'. However, the same is true
of HTML <button>: works on win2k, but not on Mac/Linux.
http://jrgm.mcom.com/bugs/41155/opacity.xul
http://jrgm.mcom.com/bugs/41155/opacity.html
<html>
<body style='background-color: #003300;'>
<!-- use -moz-opacity, not opacity -->
<button style="-moz-opacity:.75">foo</button>
<button style="-moz-opacity:.35"
onclick="this.setAttribute('style','-moz-opacity:.75')">foo</button>
<button style="-moz-opacity:.05">foo</button>
</body>
</html>
I don't think this is specifically evaughan's bug. Passing to Style, although
it may be the drawing code that doesn't support this.
But on a separate note, how is this |nsdogfood| :
http://bugzilla.mozilla.org/describekeywords.cgi
"a bug nominated as a blocker to using the product as dogfood. Dogfood
is the ability for internal Netscape development to use the Seamonkey
product for daily use."
Assignee: evaughan → pierre
Component: XP Toolkit/Widgets → Style System
QA Contact: jrgm → ian
Assigning to compositor owner.
Assignee: pierre → kmcclusk
Component: Style System → GFX Compositor
QA Contact: ian → petersen
Attachment #9414 -
Attachment mime type: text/plain → application/vnd.mozilla.xul+xml
Comment 11•21 years ago
|
||
This bug is targeted at a Mac classic platform/OS, which is no longer supported
by mozilla.org. Please re-target it to another platform/OS if this bug applies
there as well or resolve this bug.
I will resolve this bug as WONTFIX in four weeks if no action has been taken.
To filter this and similar messages out, please filter for "mac_cla_reorg".
Updated•21 years ago
|
OS: Mac System 8.5 → All
Hardware: Macintosh → All
Updated•21 years ago
|
Assignee: kmcclusk → general
QA Contact: chrispetersen → ian
Comment 12•17 years ago
|
||
This is all worksforme, using current trunk build.
Please reopen if you still see this issue.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•