Closed
Bug 133312
Opened 24 years ago
Closed 23 years ago
Double clicking words with umlauts/accents doesn't select complete word
Categories
(Core :: DOM: Selection, defect)
Tracking
()
VERIFIED
FIXED
mozilla1.2beta
People
(Reporter: joachim, Assigned: aaronlev)
References
Details
(Whiteboard: [wordbreak] editorbase-)
When I double click in a form to mark a word that contains an umlaut letter, the
marking stops at the umlaut if I double click on the word before the umlaut.
This doesn't apply if I double click after the umlaut.
Comment 1•24 years ago
|
||
Double click to select words with umlaut characters works for me on linux cvs
2002-03-25. Reporter, what is the build id of your Mozilla (in the window title
bar)? Consider using Bugzilla Helper
<http://www.mozilla.org/quality/help/bugzilla-helper.html> to report bugs. Does
double-click selection work ok otherwise on web pages, outside forms?
Summary: Doble clicking words with umlauts → Double clicking words with umlauts does not select complete word
Comment 2•24 years ago
|
||
Double clicking on a word with an umlaut in a form works fine for me.
Build 2002031104 on Win98
Comment 3•24 years ago
|
||
Is it only umlauts or any non-ascii characters? Do you see the problem on a web
page (in the content area) or only when editing in a text area or input?
I do see this on my mac 8.6 setup but it's not consistent.
Pink--what is the preference for the mac-selection for non-Mac platforms to set?
-->selection
Assignee: alexsavulov → mjudge
Status: UNCONFIRMED → NEW
Component: Form Submission → Selection
Ever confirmed: true
QA Contact: vladimire → tpreston
Comment 4•24 years ago
|
||
these are the win32 defaults (from winpref.js). invert values to get mac
behavior (which are the code defaults, i think).
// override double-click word selection behavior.
pref("layout.word_select.eat_space_to_next_word", true);
pref("layout.word_select.stop_at_punctuation", false);
same bug with certain characters wanting to not be counted as punctuation. dont
know the bug but there are 2 of them on this. marking this wont fix
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
Comment 6•24 years ago
|
||
reopening bug; I don't think it should be resolve WONTFIX if it's really a
duplicate. I don't think it's a duplicate of 127321 necessarily since that is a
navigation issue rather than a selection issue (move caret vs double-click).
This might be a duplicate of bug 121123 but I don't think it should be
duplicated without more investigation.
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Whiteboard: [wordbreak]
ok. leaving as reopened.
Status: REOPENED → ASSIGNED
Target Milestone: --- → mozilla1.2beta
Comment 8•23 years ago
|
||
*** Bug 184158 has been marked as a duplicate of this bug. ***
Updated•23 years ago
|
Keywords: nsbeta1
OS: Mac System 9.x → All
Summary: Double clicking words with umlauts does not select complete word → Double clicking words with umlauts/accents doesn't select complete word
Whiteboard: [wordbreak] → [wordbreak] editorbase
Comment 9•23 years ago
|
||
editorbase-. nsbeta1+. Reassigning to Aaron since he has a fix for this.
| Assignee | ||
Comment 10•23 years ago
|
||
fixed via checkin for bug 98546.
Status: NEW → RESOLVED
Closed: 24 years ago → 23 years ago
Resolution: --- → FIXED
Updated•23 years ago
|
QA Contact: tpreston → sairuh
Comment 11•23 years ago
|
||
works now; tested with attachment 110961 [details] on win2k, mac 10.2.4 and linux rh8.0.
2003.03.03 comm trunk.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•