Closed
Bug 195108
Opened 23 years ago
Closed 23 years ago
Add accesskeys to editor Find and Replace dialog (editor)
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
VERIFIED
FIXED
People
(Reporter: piers, Assigned: piers)
Details
(Keywords: access)
Attachments
(1 file, 1 obsolete file)
|
4.61 KB,
patch
|
deanis74
:
review+
dmosedale
:
superreview+
|
Details | Diff | Splinter Review |
Add accesskeys to editor Find and Replace dialog
Comment 1•23 years ago
|
||
this is the dlg in Composer, right?
Also adjust wording to better match the navigator find dialog.
Its for Editor (i.e. used in composer and mail (message compose))
Attachment #115671 -
Flags: review?(dean_tessman)
Updated•23 years ago
|
Summary: Add accesskeys to editor Find and Replace dialog → Add accesskeys to editor Find and Replace dialog (editor)
Comment 4•23 years ago
|
||
Comment on attachment 115671 [details] [diff] [review]
Add accesskeys
module owner permission granted: mo=brade
Comment on attachment 115671 [details] [diff] [review]
Add accesskeys
>-<!ENTITY replaceAndFindButton.label "Replace and Find">
>+<!ENTITY replaceAndFindButton.label "Find and Replace">
Looks good, except I'm questioning this. brade, you're OK with this change?
r=me if she's ok with it.
Comment 6•23 years ago
|
||
Dean--good catch...
That button should not be renamed since you have to replace before you find the
next occurrence.
Doesn't that button just confuse things? Anyhow, this patch leaves it alone.
Attachment #115671 -
Attachment is obsolete: true
Attachment #115681 -
Flags: review?(dean_tessman)
Attachment #115671 -
Flags: review?(dean_tessman)
Comment on attachment 115681 [details] [diff] [review]
Add accesskeys v2
>-<!ENTITY findField.label "Find what:">
>+<!ENTITY findField.label "Find text:">
Personally I think "Find what" is right and it's wrong in browser, based on the
standard Windows Find dialog, but at least we'll be consistent this way. r=me
Attachment #115681 -
Flags: review?(dean_tessman) → review+
Attachment #115681 -
Flags: superreview?(dmose)
Comment 9•23 years ago
|
||
Comment on attachment 115681 [details] [diff] [review]
Add accesskeys v2
sr=dmose
Attachment #115681 -
Flags: superreview?(dmose) → superreview+
Comment 10•23 years ago
|
||
Checking in content/EdReplace.xul;
/cvsroot/mozilla/editor/ui/dialogs/content/EdReplace.xul,v <-- EdReplace.xul
new revision: 1.7; previous revision: 1.6
done
Checking in locale/en-US/EditorReplace.dtd;
/cvsroot/mozilla/editor/ui/dialogs/locale/en-US/EditorReplace.dtd,v <--
EditorReplace.dtd
new revision: 1.3; previous revision: 1.2
done
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 11•23 years ago
|
||
vrfy'd fixed on win2k and linux rh8.0, 2003.03.03.05.
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Component: Keyboard: Navigation → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•