Closed
Bug 160160
Opened 23 years ago
Closed 23 years ago
MARQUEE direction property is read only
Categories
(SeaMonkey :: General, defect)
SeaMonkey
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 159743
People
(Reporter: erik, Assigned: doronr)
Details
Attachments
(1 file, 1 obsolete file)
|
1020 bytes,
text/html
|
Details |
When trying to set the direction on a MARQUEE element I get an error saying:
Error: setting a property that only has a getter
| Reporter | ||
Comment 1•23 years ago
|
||
| Reporter | ||
Comment 2•23 years ago
|
||
Not only direction results in an error. Setting the following properties results
in an error.
scrollDelay
behavior
direction
| Reporter | ||
Comment 3•23 years ago
|
||
Attachment #93312 -
Attachment is obsolete: true
| Assignee | ||
Comment 5•23 years ago
|
||
working on this
*** This bug has been marked as a duplicate of 159743 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 6•23 years ago
|
||
My own XBL emulation supports this. Feel free to reuse the code from that. See
http://webfx.eae.net/dhtml/xblmarquee/xblmarquee.html
To me it is pretty odd that you reimplemented what I already had done and you
did not even improve on the existing emulation. I know my version has bugs but
at least it is a lot less buggy than the one you checked into the tree.
| Assignee | ||
Comment 7•23 years ago
|
||
mozilla is all about buggy code
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•