Notes |
|
(0043757)
|
hgbot
|
2011-12-09 11:43
|
|
Repository: erp/devel/pi
Changeset: 37069a0fd86d9bf0a37a901078e1948e63e33fcd
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Thu Dec 08 02:22:51 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/37069a0fd86d9bf0a37a901078e1948e63e33fcd [^]
Fixed issue 17621 - Fixed issue 17470: 'Help' items [KS] fixed
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-form-button.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-help-about-widget.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-quickrun-widget.js
---
|
|
|
(0043775)
|
mtaal
|
2011-12-12 09:52
|
|
|
|
(0043781)
|
mtaal
|
2011-12-12 10:10
|
|
Additional description:
In the Help dialog, if you open it (while you are in any window except workspace) you see that there are two items: "Help" and "About". The new feature (dummy button) is that If you tab or shift+tab the focus is always in a loop in these two elements.
This is because there are really four elements: dummyFirstField, Help, About, dummyLastField
When dummyFirstField gets the focus, it moves it (the focus) automatically to "About" (so if you shift+tab when you are in "Help" you go to "About")
When dummyLastField gets the focus, it moves it (the focus) automatically to "Help" (so if you tab when you are in "About" you go to "Help")
The next step is use the same concept ("OBFocusButton") in "Create New", "Quick Launch" and "User Options", to avoid lose the focus when you are inside them.
Maybe (not clear yet) the same concept could be applied to this: https://issues.openbravo.com/view.php?id=17472 [^] |
|
|
(0043782)
|
mtaal
|
2011-12-12 10:12
|
|
|
|
|
|