Closed
Bug 14085
Opened 25 years ago
Closed 25 years ago
[CRASH]Using the tabindex attribute to set focus on a object element causes a crash
Categories
(Core :: Layout, defect, P1)
Core
Layout
Tracking
()
VERIFIED
WORKSFORME
M15
People
(Reporter: chrispetersen, Assigned: radha)
References
()
Details
Version: apprunner
Build: 1999091608
Platform: ALL
Expected results: The object should get focus. A border should appear around the
object indicating the object has focus based on the tabindex value.
What I got:
The application crashs when the object gets the focus.
Steps to reproduce:
1) Open the following url: http://slip/projects/marvin/html/object_tabindex.html
2) The link has a tabindex of 1 and the image has a tabindex of 2.
3) Press the tab key. Notice link is surrounded by a dashed bordered.
4) Press the tab key again to set focus on the object.
5) The crash should occur.
Radha, can you find out whether this is our bug (i.e. no handling the "tab"
correctly) or something for layout and/or the toolkit?
Assignee | ||
Comment 2•25 years ago
|
||
I went to this page and I don't see anything. The page is blank. This is on
linux.
Reporter | ||
Comment 3•25 years ago
|
||
On the Mac and Windows builds (1999100120), using the URL mentioned opens a page
with a object inserted.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M12 → M15
Updated•25 years ago
|
Severity: major → critical
Reporter | ||
Comment 5•25 years ago
|
||
With the Jan 04 build (2000010409), the crash is no longer occuring for me.
Reporter | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 6•25 years ago
|
||
Marking works for me since the crash problem is not occuring in the Jan 5 build.
Reporter | ||
Comment 7•25 years ago
|
||
This problem is not occuring in the Jan 18th build.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•