Closed
Bug 485319
Opened 16 years ago
Closed 16 years ago
Clicking in text area outside of existing text inserts spaces instead of positioning carat at EOL
Categories
(Skywriter Graveyard :: Editor, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: MaxwellBGMail, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b4pre) Gecko/20090321 Shiretoko/3.5b4pre
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b4pre) Gecko/2008030208 Prism/0.9
In similar fashion to bug for #484626, to prevent whitespace from being saved at EOL's, allow clicking past existing text to move carat to EOL.
Reproducible: Always
Steps to Reproduce:
1. Have a file with lines 1-M, with no line having more than N characters
2. Click somewhere in column N+1 or higher.
3. Observe where cursor is placed. At the N+1 or higher column.
Expected Results:
Cursor appears at EOL.
Comment 1•16 years ago
|
||
This is not a bug. It is the default expected behavior.
To get the behavior that you are looking for, enter this command into your Bespin commandline:
set strictlines on
It should give you what you want.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
Updated•16 years ago
|
Whiteboard: editor
Version: unspecified → Trunk
Comment 2•16 years ago
|
||
This is a mass migration from Mozilla Labs :: Bespin to Bespin :: Editor.
Component: Bespin → Editor
Product: Mozilla Labs → Bespin
QA Contact: bespin → editor
Whiteboard: editor
Target Milestone: -- → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•