Closed
Bug 311217
Opened 19 years ago
Closed 19 years ago
F6 tabbing broken
Categories
(Thunderbird :: Message Compose Window, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mcow, Assigned: mscott)
References
Details
TB 1.5b1-0925, TB 1.6a1-1003, Win2K
Trying to reapply my patch from bug 236219 to my local copy of the source
(trunk, 1003), I ran into problems. I backed out and checked, the problem is in
the trunk and a recent 1.5 build (I'll check again after 1.5b2 is released):
Typing F6 (or Ctrl+Tab) when the focus is on the identity, or Shift+F6 (or
Shift+Ctrl+Tab) when the focus is on the Subject, fails to shift focus, and
yields the following in the JavaScript Console:
Error: top.awInputElement has no properties
Source File:
chrome://messenger/content/messengercompose/addressingWidgetOverlay.js
Line: 677
Reporter | ||
Comment 1•19 years ago
|
||
Appears at least as far back as 1.5b1-0904; still present in 1.5b2-1006 and
1.6a1-1015.
Not present in Seamonkey 1.0a-1006 -- otherwise I might be able to debug it.
Too bad Thunderbird doesn't have Venkman, but I suppose we wouldn't want to
confuse things by getting fixes contributed by mere users.
Reporter | ||
Updated•19 years ago
|
Reporter | ||
Comment 2•19 years ago
|
||
The patch for bug 236219 addresses this problem. That has landed on the trunk, and will likely be on the 1.8 branch in time for the TB 2.0 release.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•