Closed
Bug 37152
Opened 25 years ago
Closed 25 years ago
clicking on more/fewer in image dlog doesn't resize properly
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: Brade, Assigned: cmanske)
References
Details
(Whiteboard: [nsbeta3+])
Akkana found this bug...
Clicking on the more/fewer button in the image dialog doesn't resize the window
properly. It gets bigger when it should get smaller.
| Assignee | ||
Comment 1•25 years ago
|
||
This demonstrates that setting "visibility: collapse" doesn't work. This is
the way we should implement the "More/Fewer" feature.
Changing back to using "display: none" works.
It may not get fixed for M16, and since it's a bug, we can wait until M17.
Adding dependency on the basic problem - bug 36628
Comment 2•25 years ago
|
||
this is still a problem, the user cannot access the ok/cancel buttons in the
more mode
why is this not being fixed? Why is this not functioning like other dialogs? The
fix may not be what you want, but that should not be at the expense of the user.
Get this fixed and when the other method is working so you can implement the way
you want, then go back and do that.
Keywords: correctness,
nsbeta3
Target Milestone: M17 → M18
| Assignee | ||
Comment 4•25 years ago
|
||
The image dialog is now using "visiblity: collapse" just as for the other
dialogs. The problem is simply the showing/hiding of the "Advanced" edit button.
Fix is ready.
| Assignee | ||
Comment 5•25 years ago
|
||
Checked in 8/9.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•