Closed
Bug 281243
Opened 20 years ago
Closed 5 years ago
It's needed a way to get StyleSheetList interface for binding
Categories
(Core :: XBL, enhancement)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: surkov, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a5) Gecko/20041122 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a5) Gecko/20041122 I should be able to get styles declared in 'resources' tag of binding. I should be able to get StyleSheetList interface for binding as I can get it for document by document.styleSheets property. Reproducible: Always Steps to Reproduce:
Comment 1•20 years ago
|
||
Note that all instances of a given binding share the same stylesheets. So I don't know that allowing (write) access to the stylesheet list is a good idea.
| Reporter | ||
Comment 2•20 years ago
|
||
Why not? If I change the stylesheet from binding then I want to change a look for all binding instances. Such behaviour is right. If I change the stylesheet from other place (from binding outside) by acccessing to binding instance then it can confuse but I don't think changing the stylesheet in that way corresponds with xbl idea.
Comment 3•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
| Reporter | ||
Comment 4•19 years ago
|
||
still actual for me
Updated•16 years ago
|
Assignee: hyatt → nobody
QA Contact: ian → xbl
Comment 5•5 years ago
|
||
XBL is now disabled in Firefox (Bug 1583314) and is in the process of being removed from Gecko (Bug 1566221), so closing bugs requesting changes to its implementation as wontfix.
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•