Closed
Bug 378076
Opened 18 years ago
Closed 18 years ago
Inconsistent text insert/delete events when switching tabs with focus in url bar
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: scott, Assigned: aaronlev)
References
Details
I am getting inconsistent caret events when switching between tabs when focus is in the url bar (probably other text boxes as well). I would expect the following when going from tab 'A' to tab 'B' with focus in the url bar on both tabs:
object:text-changed:delete(X,0,http//tabA_url)
object:text-changed:insert(X,0,http//tabB_url); where X is char offset.
However, I am seeing all sorts of combinations of insert, delete; insert, insert; delete, delete; and delete, insert.
| Assignee | ||
Comment 1•18 years ago
|
||
Shouldn't the summary say, inconsistent text-changed:insert/delete events? I don't see anything about caret events in the bug summary.
| Reporter | ||
Comment 2•18 years ago
|
||
If I am not mistaken, object:text-changed:delete/insert are interpreted as caret events in LSR. I am sorry if I used LSR terminology. Feel free to rename this bug report to whatever helps identify the source of the problem.
| Assignee | ||
Updated•18 years ago
|
Summary: Inconsistent caret events when tab browsing with focus in url bar → Inconsistent text insert/delete events when switching tabs with focus in url bar
| Assignee | ||
Comment 3•18 years ago
|
||
I'm not seeing this bug.
| Reporter | ||
Comment 4•18 years ago
|
||
I am not seeing this problem any more either.
| Assignee | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•