Closed
Bug 52817
Opened 24 years ago
Closed 5 years ago
Trying to shift focus to textfield child of treecell doesn't stick
Categories
(Core :: XBL, defect, P3)
Tracking
()
RESOLVED
WONTFIX
Future
People
(Reporter: cmanske, Unassigned)
Details
In Composer, insert an objec, such as an Horizontal Line. Double click on the
line to bring up properties dialog. Click on Advanced Edit for the Advanced
edit dialog. Click on an item in the "Name" column in the tree --
In the oncommand handler for the tree, I am shifting focus and selecting the
textfield contents to the textfield in the "value" column like this:
if (textfield.value.length > 0)
textfield.select();
textfield.focus();
This worked fine on 9/26, but stopped working starting in 9/27 build.
You will see the caret flash very briefly in the textfield when you click on
a name treecell, but the focus is pulled away.
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Reporter | ||
Comment 1•24 years ago
|
||
David: Is this very hard to fix? It still hinders Composer's Advanced Edit
dialog funtionality. To me, the general problem of not being able to set focus
to an editfield and have it stick is an important issue.
Severity: normal → major
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040616
I tried to reproduce the description, but I see no "Name" column
My error or was this fixed in the meantime?
Updated•15 years ago
|
QA Contact: jrgmorrison → xbl
Updated•15 years ago
|
Assignee: hyatt → nobody
Comment 3•14 years ago
|
||
This is a mass change. Every comment has "assigned-to-new" in it.
I didn't look through the bugs, so I'm sorry if I change a bug which shouldn't be changed. But I guess these bugs are just bugs that were once assigned and people forgot to change the Status back when unassigning.
Status: ASSIGNED → NEW
Comment 4•5 years ago
|
||
Composer is long-dead and XBL is being removed.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•