Closed
Bug 88756
Opened 24 years ago
Closed 24 years ago
TextArea new line problem
Categories
(Core :: DOM: Editor, defect)
Tracking
()
People
(Reporter: r.navalinskas, Assigned: rubydoo123)
Details
When typing in textarea field (like I'm typing in it now), after pressing
'Enter' to go to new line or separate paragraphs with blank line, cursor goes
somewhere to the top of the textarea and behaves in a very strange way.
Comment 1•24 years ago
|
||
->editor
Assignee: asa → beppe
Component: Browser-General → Editor
QA Contact: doronr → sujay
| Assignee | ||
Comment 2•24 years ago
|
||
not seeing this on win98 using the build from 7/2, opt trunk build -- asking QA
to test
Comment 3•24 years ago
|
||
i need a testcase, works forme on 0702 branch windows.
Comment 4•24 years ago
|
||
i am experiencing similar problems.
my bug applies to TEXTAREAs in html pages as well as the EMAIL COMPOSER window.
1) oddities that apply to both:
when scrolling through text with the R arrow key the cursor stops at manual line
breaks (those i place with the <Enter> key).
it doesn't continue on the next line as expected.
then, i can still scroll backwards from the last character with the L arrow key.
but if i place the cursor on such a line end with the mouse or the <End> key, it
can't be moved with L + R keys anymore.
where the line wrapped automatically the cursor behaves normally.
analog bug when scrolling backwards with the L arrow key.
2) additional problems with TEXTAREAS:
if i remove a linebreak (<Del> or <Backspace> 'em) the cursor _still_ stops
there ! Even if it's in the middle of a line, if there used to be a line break
the cursor doesn't pass it. no matter if hit from the left or right.
NOTE: i accidently touched the f*****g mousewheel , it scrolled back in the
browser history and the description i was typing on for 1/2 an hour was G O N E
. i had to do it all again.
Comment 5•24 years ago
|
||
aha !!! there they are again! my browser is throwing some decent error messages
in the JavaScript Console. maybe they got something to do with this behaviour.
Error: redeclaration of const kIOServiceProgID
Source File: chrome://communicator/content/utilityOverlay.js
Line: 1
Error: uncaught exception: [Exception... "Component returned failure code:
0x80004001 (NS_ERROR_NOT_IMPLEMENTED)
[nsIEditorShell.GetSelectedOrParentTableElement]" nsresult: "0x80004001
(NS_ERROR_NOT_IMPLEMENTED)" location: "JS frame ::
chrome://editor/content/editor.js :: goUpdateTableMenuItems :: line 2201" data: no]
| Assignee | ||
Comment 6•24 years ago
|
||
I suspect that this is a dup of 88164
| Assignee | ||
Comment 7•24 years ago
|
||
*** This bug has been marked as a duplicate of 88164 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•