Closed
Bug 5720
Opened 25 years ago
Closed 25 years ago
In Editor, pressing the space bar will cause I-beam cursor to lose focus.
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: chrispetersen, Assigned: sfraser_bugs)
Details
Version: Apprunner
Build:1999042908
Platform: All
Expected Results: When typing, clicking the space bar should add a blank space.
What I got: The middle of document automatically displayed in the window and the
I-beam cursor lose it's focus.
Steps to reproduce:
1) Launch Apprunner
2) Select Editor from the Tasks menu.
3) Click the cursor in the sample document.
4) With the I beam cursor flashing, strat to type some text.
5) While typing, press the space bar on keyboard.
6) This will cause the document to scroll to the middle and cursor focus is lost.
Updated•25 years ago
|
Assignee: kostello → sfraser
Target Milestone: M5
Comment 1•25 years ago
|
||
Assigning to Simon, CC Mike and Joe in case this is due to selection or editing
problems.
Comment 2•25 years ago
|
||
this is due in some way to the scrolling view disturbing the focus when it does
the scroll-on-space thing. if you comment out the line in the view code that
scrolls in response to the space key, the focus is no longer lost when you type a
space.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M5 → M6
Assignee | ||
Comment 3•25 years ago
|
||
This is almost certainly caused by the same problem as bug 5419. Since that
is M6, I'm moving this to M6.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•25 years ago
|
||
This problem has been fixed by joki's spacebar handling fix.
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 6•25 years ago
|
||
Fixed in 5/17 build.
You need to log in
before you can comment on or make changes to this bug.
Description
•