Closed Bug 242346 Opened 21 years ago Closed 21 years ago

"Customize Character Encoding" dialog doesn't remember its size and position and is opened to small when using larger fonts

Categories

(Core :: Internationalization, defect)

defect
Not set
minor

Tracking

()

RESOLVED FIXED

People

(Reporter: Stefan.Borggraefe, Assigned: Stefan.Borggraefe)

References

Details

Attachments

(1 file)

Attached patch PatchSplinter Review
Status: NEW → ASSIGNED
Attachment #147494 - Flags: review?(neil.parkwaycc.co.uk)
Comment on attachment 147494 [details] [diff] [review] Patch >-<dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" >+<dialog id="customizeCharacterEncoding" >+ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" Although I don't see the point of inserting the id before the xmlns...
Attachment #147494 - Flags: review?(neil.parkwaycc.co.uk) → review+
Comment on attachment 147494 [details] [diff] [review] Patch I can change the order of the attributes before the checkin.
Attachment #147494 - Flags: superreview?(jag)
Comment on attachment 147494 [details] [diff] [review] Patch Why did you change width and height to style=...?
(In reply to comment #4) > (From update of attachment 147494 [details] [diff] [review]) > Why did you change width and height to style=...? The width and height attributes only support pixel values. With pixel values dialgs and windows are to small when using larger fonts. The style attribute works fine with other units, especially em. When used like this, the initial size of the dialog is adaptive to the used font size. I already fixed a lot of dialogs and windows this way which were truncated when larger fonts were used. So this change is for the "opened to small when using larger fonts" part of this bug.
jag: ping
Attachment #147494 - Flags: superreview?(jag) → superreview?(alecf)
Comment on attachment 147494 [details] [diff] [review] Patch sr=alecf
Attachment #147494 - Flags: superreview?(alecf) → superreview+
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: