[regression] StackController: W key improperly prevented
StackController? is supposed to respond to Ctrl-W to close a tab, but the plain W key should be ignored. Starting in 1.9, the code is calling evt.preventDefault().
This is causing a problem for custom code that replaces the tab label with an InlineEditBox?. See attached test case.
Change History (4)
Description: |
modified (diff)
|
Milestone: |
tbd →
1.9.2
|
Owner: |
set to bill
|
Status: |
new →
assigned
|
Summary: |
StackController: W key improperly stopped →
[regression] StackController: W key improperly prevented
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
test case where this bug prevents entering W into an InlineEditBox?