Closed
Bug 602520
Opened 15 years ago
Closed 15 years ago
Tabs are sporadically converted to spaces
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 577240
People
(Reporter: steveo225, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 ( .NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 ( .NET CLR 3.5.30729)
When working with text boxes (including textareas), I sometimes want to insert a tab character. When pasting a tab, sometimes a tab is entered, sometimes 4 spaces. Usually 4 spaces are added in place of a tab unless the previous character was a CR/LF.
Reproducible: Always
Steps to Reproduce:
1. Copy a tab character from Notepad or some text editor.
2. Paste the tab character into a textarea 2 times.
Actual Results:
Instead of getting 2 tab characters, there will be a tab, then 4 spaces.
Expected Results:
2 tab characters are expected.
Comment 1•15 years ago
|
||
You can see this bug fixed in the latest nightly from
http://nightly.mozilla.org, or in Firefox 4 Beta 7 when it becomes available.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Component: General → Editor
Product: Firefox → Core
QA Contact: general → editor
Resolution: --- → DUPLICATE
Version: unspecified → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•