Closed
Bug 220717
Opened 21 years ago
Closed 21 years ago
-moz-image-region isn't inherited/cascaded properly
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla1.7alpha
People
(Reporter: dbaron, Assigned: dbaron)
References
Details
(Whiteboard: [patch])
Attachments
(5 files, 1 obsolete file)
692 bytes,
application/vnd.mozilla.xul+xml;charset=UTF-8
|
Details | |
16.31 KB,
patch
|
bugs
:
superreview+
|
Details | Diff | Splinter Review |
11.72 KB,
image/png
|
Details | |
4.09 KB,
patch
|
dbaron
:
superreview+
|
Details | Diff | Splinter Review |
7.30 KB,
patch
|
dbaron
:
review+
dbaron
:
superreview+
|
Details | Diff | Splinter Review |
-moz-image-region isn't inherited properly in some cases since the copy constructor of nsStyleList doesn't copy it. At least I think that's the case. When I attempted to fix this, the dropdowns on the back and forward buttons broke.
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Summary: -moz-image-region isn't inherited properly → -moz-image-region isn't inherited/cascaded properly
Assignee | ||
Updated•21 years ago
|
Attachment #132373 -
Attachment description: testcase → inheritance testcase
Assignee | ||
Comment 2•21 years ago
|
||
I wouldn't be surprised if there are other regressions I didn't catch. I should probably look through who else uses -moz-image-region.
Assignee | ||
Updated•21 years ago
|
Whiteboard: [patch]
Assignee | ||
Updated•21 years ago
|
Attachment #132593 -
Flags: superreview?(bugs)
Attachment #132593 -
Flags: review?(bzbarsky)
Assignee | ||
Comment 3•21 years ago
|
||
Technically we should probably specify -moz-image-region wherever a list-style-image is specified. I'm not sure if I want to do that, though.
Comment 4•21 years ago
|
||
Comment on attachment 132593 [details] [diff] [review] patch r=bzbarsky We could also hack things such that setting list-style-image would automatically reset the moz-image-region to auto... Seems pretty hacky, though...
Attachment #132593 -
Flags: review?(bzbarsky) → review+
Comment 5•21 years ago
|
||
Have I mentioned recently how list-style-image is TOTALLY the wrong property for this? We should be using 'content'...
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → mozilla1.7alpha
Assignee | ||
Comment 6•21 years ago
|
||
Attachment #132593 -
Attachment is obsolete: true
Assignee | ||
Comment 7•21 years ago
|
||
Comment on attachment 139071 [details] [diff] [review] patch This differs from the previous patch only by making the same changes in toolkit as were in themes/classic.
Attachment #139071 -
Flags: superreview?(bugs)
Assignee | ||
Updated•21 years ago
|
Attachment #132593 -
Flags: superreview?(bugs)
Comment 8•21 years ago
|
||
Comment on attachment 139071 [details] [diff] [review] patch sr=ben@mozilla.org
Attachment #139071 -
Flags: superreview?(bugs) → superreview+
Assignee | ||
Comment 9•21 years ago
|
||
Fix checked in to trunk, 2004-01-14 18:23/24/25 -0800.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 10•21 years ago
|
||
This fix is believed to have caused a Firebird regression, bug 231144.
Assignee | ||
Comment 11•21 years ago
|
||
I need to look into the issues mentioned here and try to do this: [16:33:16] <swalker> dbaron: did you post anything to themers about -moz-image-region: auto? [16:34:09] <dbaron> swalker: no. Do external themes use -moz-image-region? [16:34:38] <swalker> dbaron: I'd assume so [16:35:01] <NeilAlmostZZZ> dbaron: several, if the posts on n.p.d.skins are anything to go by [16:35:12] <swalker> dbaron: http://forums.mozillazine.org/viewtopic.php?p=337953#337953 [16:36:05] <dbaron> swalker: and how does one contact "themers"? [16:36:29] <swalker> dbaron: your guess is as good as mine [16:36:34] <swalker> dbaron: newsgroups? [16:45:40] <michaell> dbaron, swalker: I think most of the regular "themers" read the "Themes" mozillazine forum [16:46:32] <michaell> a post in the relevant newsgroup would almost certainly get picked up and reposted there...
Comment 12•21 years ago
|
||
hey david, I think this broke toolbar drop down buttons in thunderbird. All of my menu popups for mail toolbar buttons look messed up. Screenshot coming up. Effected buttons: Security, Attach and Mark as Read
Comment 13•21 years ago
|
||
Comment 14•21 years ago
|
||
This patch seems to make things better for thunderbird. David, can you look over the changes and make sure they are all required? Thanks to Stephen Walker for helping me out with this.
Updated•21 years ago
|
Attachment #139611 -
Flags: superreview?(dbaron)
Assignee | ||
Updated•21 years ago
|
Attachment #139611 -
Flags: superreview?(dbaron) → superreview+
Comment 15•21 years ago
|
||
patch to fix tbird issues has been checked in.
Comment 16•21 years ago
|
||
Updated•21 years ago
|
Attachment #139706 -
Flags: superreview?(dbaron)
Attachment #139706 -
Flags: review?(dbaron)
Assignee | ||
Updated•21 years ago
|
Attachment #139706 -
Flags: superreview?(dbaron)
Attachment #139706 -
Flags: superreview+
Attachment #139706 -
Flags: review?(dbaron)
Attachment #139706 -
Flags: review+
You need to log in
before you can comment on or make changes to this bug.
Description
•