Closed
Bug 39836
Opened 25 years ago
Closed 25 years ago
Can't set table border using DOM
Categories
(Core :: DOM: CSS Object Model, defect, P3)
Core
DOM: CSS Object Model
Tracking
()
VERIFIED
WORKSFORME
Future
People
(Reporter: taras.tielkes, Assigned: jst)
Details
Attachments
(2 files)
All these three methods of setting the table border width work with PR1, but
fail with yesterday's (18may) nightly build.
oTable.style.borderWidth = "14px";
oTable.border = "5px";
oTable.setAttribute("border","14px");
Do you have a testcase? (I would think you wouldn't want the "px" on the latter
two methods because they deal with the HTML attribute, not the CSS property (as
the first does).)
| Assignee | ||
Comment 2•25 years ago
|
||
This bug has been marked "future" because the original netscape engineer
workingon this is over-burdened. If you feel this is an error, that you or
another known resource will be working on this bug,or if it blocks your work in
some way -- please attach your concern to the bug for reconsideration.
Target Milestone: --- → Future
Comment 3•25 years ago
|
||
setting to New because it has a milestone assigned
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Comment 4•25 years ago
|
||
Comment 5•25 years ago
|
||
Comment 6•25 years ago
|
||
Works for me under 2000072920/MacOS9; see attachments.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Updated•25 years ago
|
Component: DOM Level 2 → DOM Style
Comment 7•25 years ago
|
||
Taking QA Contact on all open or unverified DOM Style bugs...
QA Contact: vidur → ian
Updated•25 years ago
|
QA Contact: ian → amar
You need to log in
before you can comment on or make changes to this bug.
Description
•