Closed
Bug 196766
Opened 22 years ago
Closed 21 years ago
Different accesskeys for View | HTML Source, and Insert | HTML..
Categories
(SeaMonkey :: Composer, defect)
SeaMonkey
Composer
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ciopz, Unassigned)
References
Details
Attachments
(2 obsolete files)
This is the proposal for a patch checkin.
This pach is risk free, and required from the localizers.
Since its low low low risk, it would be nice have it checked in 1.3.
The reason for this patch:
Specifically, two menu items in Composer share the same accesskey in two
different menu (View | HTML Source, and Insert | HTML..). This is bad (btw, not
only in the specific case..) since different languages might either have
different letters "occupied" in different menu, or translate differently sligtly
different menu item names in English sharing the same name (hence requiring
different accesskeys).
Attached patch for editorOverlay.xul, to pick a different accesskey for View |
HTML Source, and Insert | HTML.. menu items.
Comment 2•22 years ago
|
||
can we get a contextual diff in the future?
Insert HTML is not the same thing as View HTML Source. They should not share
the same accesskey entity. I expect to see a change in a dtd file to add a new
accesskey (if indeed they are using the same accesskey entity)
> can we get a contextual diff in the future?
Sorry, -badly- I assumed any of the 3 formats might have do the job.
> Insert HTML is not the same thing as View HTML Source. They should not share
> the same accesskey entity.
Thank you for confirming.
> I expect to see a change in a dtd file to add a new
> accesskey (if indeed they are using the same accesskey entity)
No need for this. We already have a _dedicated_ entity defined in
http://lxr.mozilla.org/seamonkey/source/editor/ui/composer/locale/en-US/editorOverlay.dtd#166
[Resume]
current situation:
Two defined etities, and one of these used two times.
desired situation:
Take the "orphaned" entity form editorOverlay.dtd in vice of the
second call of HTMLSourceMode.accesskey.
Updated•22 years ago
|
Attachment #116798 -
Flags: review-
Comment 4•21 years ago
|
||
*** Bug 218392 has been marked as a duplicate of this bug. ***
Yes, I understand this bug and confirm it.
reporter : thanks for detecting it.
Can someone in the Cc list handle this please ?
OS: Windows 98 → All
Hardware: PC → All
Comment 6•21 years ago
|
||
Updated•21 years ago
|
Attachment #116798 -
Attachment is obsolete: true
Comment on attachment 138709 [details] [diff] [review]
Patch updated for bitrot and diffed -u
r=daniel@glazman.org
Attachment #138709 -
Flags: review+
Updated•21 years ago
|
Attachment #138709 -
Flags: superreview?(brendan)
Comment 8•21 years ago
|
||
Comment on attachment 138709 [details] [diff] [review]
Patch updated for bitrot and diffed -u
rs=me.
/be
Attachment #138709 -
Flags: superreview?(brendan) → superreview+
Comment 9•21 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Attachment #138709 -
Attachment is obsolete: true
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•