Closed
Bug 37377
Opened 25 years ago
Closed 25 years ago
Page reloaded when you press Cancel in customize charset dialog
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
VERIFIED
FIXED
M16
People
(Reporter: bugzilla, Assigned: jbetak)
Details
If you go into:
View -> Character Coding -> Customize...
and press "Cancel" the current webpage loaded in Mozilla is reloaded fx clearing
all text input fields, etc.
The page should not be reloaded when you press Cancel
Reassigned to ftang.
Assignee: rchen → ftang
Component: Localization → Internationalization
Comment 2•25 years ago
|
||
reassign to jbetak.
jbetak- do you know why it reload ?
Assignee: ftang → jbetak
Summary: Page reloaded when you press Cancel → Page reloaded when you press Cancel in customize charset dialog
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•25 years ago
|
Target Milestone: --- → M16
Assignee | ||
Updated•25 years ago
|
Target Milestone: M16 → M17
Assignee | ||
Comment 3•25 years ago
|
||
OK, Cata thanks for the valuable hint! This was much easier than I thought,
which saved some deep-sea fishing in the event processing. The problem is
essentially that we were setting a default charset and hence reloading every
time. This is a consequence of the "Customize..." menu item being a "charset
command" by the virtue of residing in the charset menu.
I addressed it by defining a new name ID and catching it in a modified
charsetOverlay.js as Cata suggested.
The problem would go away and the fix rendered superfluous, if the charset
customization moves to the pref window. I'll try to address the move separately
this week.
Thanks everyone!
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•25 years ago
|
Target Milestone: M17 → M16
You need to log in
before you can comment on or make changes to this bug.
Description
•