Closed
Bug 556645
Opened 16 years ago
Closed 16 years ago
Extra resizer on some XUL dialogs
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: ehsan.akhgari, Assigned: enndeakin)
References
Details
(Keywords: dev-doc-complete, regression)
Attachments
(2 files)
|
29.72 KB,
image/png
|
Details | |
|
2.62 KB,
patch
|
dao
:
review+
|
Details | Diff | Splinter Review |
See the attachment for a sample of the problem. I _think_ that this is a regression from the textarea resizer addition.
Comment 1•16 years ago
|
||
It's a regression from setting -moz-appearance: resizer on resizers on Mac in bug 510333.
| Reporter | ||
Updated•16 years ago
|
| Assignee | ||
Comment 2•16 years ago
|
||
Markus, so the Mac widget code is applying the native resizer by default, and the <resizer> in the cookies dialog is only needed for non-Mac?
Maybe we need to add a variation (say, type="window") that is hidden on Mac.
Comment 3•16 years ago
|
||
(In reply to comment #2)
> Markus, so the Mac widget code is applying the native resizer by default, and
> the <resizer> in the cookies dialog is only needed for non-Mac?
Correct.
> Maybe we need to add a variation (say, type="window") that is hidden on Mac.
Or we hide it by default and set class="textbox-resizer" on those inside textboxes and only show those.
| Assignee | ||
Comment 4•16 years ago
|
||
(In reply to comment #3)
> Or we hide it by default and set class="textbox-resizer" on those inside
> textboxes and only show those.
That wouldn't work for any other usage of <resizer> in a window.
Comment 5•16 years ago
|
||
Then maybe resizer[element] { ... }? I guess that still wouldn't work for resizers in panels... OK, type="window" is good.
| Assignee | ||
Comment 6•16 years ago
|
||
Comment 7•16 years ago
|
||
Comment on attachment 456074 [details] [diff] [review]
like so
Not good for cross-platform development, but I don't have a better suggestion.
Attachment #456074 -
Flags: review?(dao) → review+
Updated•16 years ago
|
Keywords: dev-doc-needed
| Assignee | ||
Comment 8•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 9•15 years ago
|
||
Documented: https://developer.mozilla.org/en/XUL/resizer
Let me know if this is wrong in any way.
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•