Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2-EE-GA
-
Fix Version/s: 1.8.3, 1.8.2-EE-GA_P02, 2.0.0
-
Component/s: ICE-Components
-
Labels:None
-
Environment:ICEFaces on SuSe Linux, Browser is Firefox 3.5.6 on Windows
Description
Scenario: Main page contains a form with few ice:commandButton components. Then, an user action opens a modal popup (ice:panelPopup component). Modal popup has couple of buttons as well. All buttons have their accesskey attributes set.
Issue: Typing accesskey sequence for each button (Alt+Shift+accesskey) activates that button, irrespective of whether it's in modal popup or main page under popup
Expected: accesskey sequences for buttons in main page should have been ignored. (similar to how mouse clicks are ignored.)
Impact: We heavily use ice:panelPopup and this issue makes accesskey attribute of ice:commandButton almost unusable.
Issue: Typing accesskey sequence for each button (Alt+Shift+accesskey) activates that button, irrespective of whether it's in modal popup or main page under popup
Expected: accesskey sequences for buttons in main page should have been ignored. (similar to how mouse clicks are ignored.)
Impact: We heavily use ice:panelPopup and this issue makes accesskey attribute of ice:commandButton almost unusable.
Can you use the same technique for the modal popup that we use for the BlockUIOnSubmit keyboard blocking?