Closed
Bug 130290
Opened 23 years ago
Closed 23 years ago
frame scrolling="no" breaks form buttons
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 119849
People
(Reporter: nb+bz, Assigned: john)
Details
Attachments
(3 files)
If a frame has scrolling="no" then the first time I click on a button in the
form the frame just redraws (with centering turned off); if I click the button a
second time then it takes the form action.
I have here a simple test frameset (index.html) with two frames. The frame
content (main.html) is identical for the two frames. The left hand frame has no
scrolling attribute. The right hand frame has scrolling="no".
The content of the frame is a form with just one submit button, going to another
page (done.html).
Clicking on the button in the left hand frame correctly fetches done.html and
displays it. Clicking on the button in the right hand frame just redraws that
frame (with centering off). Clicking on the button again fetches done.html and
draws it.
This sounds similar to bug 121217
| Reporter | ||
Comment 1•23 years ago
|
||
| Reporter | ||
Comment 2•23 years ago
|
||
| Reporter | ||
Comment 3•23 years ago
|
||
| Reporter | ||
Comment 4•23 years ago
|
||
This is with Mozilla 0.9.7
Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.7) Gecko/20020125
Comment 5•23 years ago
|
||
*** This bug has been marked as a duplicate of 124431 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Comment 6•23 years ago
|
||
Reopening to dup to proper bug
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
| Assignee | ||
Comment 7•23 years ago
|
||
*** This bug has been marked as a duplicate of 119849 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•