Closed
Bug 498373
Opened 16 years ago
Closed 16 years ago
double-click select selects wrong area with tabs earlier on line
Categories
(Skywriter Graveyard :: Editor, defect)
Skywriter Graveyard
Editor
Tracking
(Not tracked)
VERIFIED
FIXED
0.3
People
(Reporter: alex, Assigned: alex)
Details
(Whiteboard: tabs)
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-us) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Safari/530.17
Build Identifier: dfd4e61c8c5e
If there are tabs earlier on the line, double-clicking to select a word selects the wrong area because it uses the editor position instead of the model position.
Reproducible: Always
Steps to Reproduce:
1. Make sure tabmode is on.
2. Make a line with a few tabs on it (real tabs), followed by some words separated by spaces.
3. Double click on one of the words.
Actual Results:
The word is not selected; instead, an earlier or later area is.
Expected Results:
The word should be selected.
I have fixed this in my repository, along with several other things, including the deleteSelection undo bug. Further, the double (and triple) click select functionality now allows dragging.
http://bitbucket.org/alexi/bespin-fixes/
Comment 1•16 years ago
|
||
This is indeed a bug, so confirming.
Also, triaging to Editor.
Status: UNCONFIRMED → NEW
Component: General → Editor
Ever confirmed: true
OS: Mac OS X → All
QA Contact: general → editor
Hardware: x86 → All
Whiteboard: tabs
Version: unspecified → Trunk
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 2•16 years ago
|
||
Applied to b48bdca75f7b
Comment 3•16 years ago
|
||
More specifically, this was fixed in changeset 2f86b3d021b8. Marking as VERIFIED.
However, triple-click to select the whole line has this exact same problem.
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Assignee: nobody → alex
Target Milestone: --- → 0.3.0
Assignee | ||
Comment 4•16 years ago
|
||
Triple-click select was not converting model positions to cursor positions. I have fixed this now in my repository (and also cleaned up the code a bit by using the editor's helper proxies for a few functions).
http://bitbucket.org/alexi/bespin-fixes/
Assignee | ||
Comment 5•16 years ago
|
||
I believe this is in tip now, so I'm resolving.
Status: VERIFIED → RESOLVED
Closed: 16 years ago → 16 years ago
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•