Closed
Bug 70450
Opened 24 years ago
Closed 24 years ago
frame.noResize scriptable but frame doesn't become resizable
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla0.9
People
(Reporter: martin.honnen, Assigned: pollmann)
Details
(Whiteboard: fix in hand)
Attachments
(6 files)
(deleted),
text/html
|
Details | |
(deleted),
text/html
|
Details | |
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
text/html
|
Details |
FRAME elements according to HTML 4 have a
noresize
attribute which DOM level 1 HTML makes a boolean property
noResize
I can toggle the property of a FRAME element with Mozilla but am unable to
resize the frame (with the mouse/gui) when
noResize
is set to
false
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
Eric, could you have a look at this?
Assignee: jst → pollmann
OS: other → All
Hardware: PC → All
Assignee | ||
Comment 4•24 years ago
|
||
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → mozilla0.9.1
Assignee | ||
Comment 5•24 years ago
|
||
Yes, it's ugly - but that code is in dire need of a cleanup... If this seems
serious enough, perhaps a cleanup could be worked into the fix... :)
Updated•24 years ago
|
Target Milestone: mozilla0.9.1 → mozilla0.9
Assignee | ||
Updated•24 years ago
|
Whiteboard: fix in hand
Assignee | ||
Comment 6•24 years ago
|
||
Assignee | ||
Comment 7•24 years ago
|
||
Assignee | ||
Comment 8•24 years ago
|
||
Fix checked in. To verify, view the test case.
1) Try to move the horizontal divider - you should not be able to.
2) Click on the button that says "toggle noResize"
3) Try to move the horizontal divider - you should be able to.
You can click it many times, it should toggle resizablilty on and off.
I'll attach a slightly more complex testcase momentarily - toggling the noResize
should impact any borders for a given frame, so in this case, it should affect
both a horizontal and vertical border.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 9•24 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•