Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0017636 | Openbravo ERP | A. Platform | public | 2011-06-14 12:00 | 2011-12-30 14:01 |
|
Reporter | rgoris | |
Assigned To | dbaz | |
Priority | urgent | Severity | major | Reproducibility | random |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0017636: [KS] No KS for pressing confirmation or Cancel button in popups (lightboxes) |
Description | Normally you should be able to tab to a button and by pressing the Space bar, you execute the button action. THis does not always work in the process lightbox dialogs.
|
Steps To Reproduce | In grid view:
Get a completed "Sales Invoice"
Ctrl-alt-shift-R for Reactivate
Try to confirm the dialog using the keyboard (does not work)
Try to cancel using ESC (does not work) |
Proposed Solution | |
Additional Information | |
Tags | OB3-Reviewed |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-06-14 12:00 | rgoris | New Issue | |
2011-06-14 12:00 | rgoris | Assigned To | => dbaz |
2011-06-14 12:00 | rgoris | Modules | => Core |
2011-06-14 12:00 | rgoris | OBNetwork customer | => No |
2011-06-18 10:01 | rgoris | Status | new => scheduled |
2011-06-22 15:16 | rgoris | Priority | high => urgent |
2011-06-28 21:40 | dbaz | Target Version | 3.0MP1 => 3.0MP2 |
2011-06-30 15:01 | rgoris | Description Updated | bug_revision_view_page.php?rev_id=2325#r2325 |
2011-06-30 15:01 | rgoris | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=2327#r2327 |
2011-06-30 15:02 | rgoris | Summary | [KS] No KS for pressing confirmation button in popups (lightboxes) => [KS] No KS for pressing confirmation or Cancel button in popups (lightboxes) |
2011-06-30 15:02 | rgoris | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=2328#r2328 |
2011-07-20 12:27 | dbaz | Target Version | 3.0MP2 => 3.0MP3 |
2011-08-31 13:46 | dbaz | Target Version | 3.0MP3 => |
2011-10-28 20:56 | iciordia | Tag Attached: OB3-Reviewed | |
2011-12-07 20:05 | rgoris | Note Added: 0043741 | |
2011-12-28 21:41 | dbaz | Note Added: 0044061 | |
2011-12-28 21:52 | dbaz | Reproducibility | always => random |
2011-12-28 21:52 | dbaz | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=3002#r3002 |
2011-12-28 21:54 | hgbot | Checkin | |
2011-12-28 21:54 | hgbot | Note Added: 0044062 | |
2011-12-28 21:54 | hgbot | Status | scheduled => resolved |
2011-12-28 21:54 | hgbot | Resolution | open => fixed |
2011-12-28 21:54 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/05ba1ff752909cf831f42096dd5369afb86b87e0 [^] |
2011-12-29 11:02 | iperdomo | Note Added: 0044070 | |
2011-12-29 11:02 | iperdomo | Status | resolved => closed |
2011-12-30 14:01 | hudsonbot | Checkin | |
2011-12-30 14:01 | hudsonbot | Note Added: 0044082 | |
Notes |
|
(0043741)
|
rgoris
|
2011-12-07 20:05
|
|
Only happens in grid view. Once again here are the steps:
grid
select row
ctrl+alt+shift+r
arrow key down
tab (nothing happens) |
|
|
(0044061)
|
dbaz
|
2011-12-28 21:41
|
|
The real problem is that, once loaded the popup, the focus goes to the hidden menu frame |
|
|
(0044062)
|
hgbot
|
2011-12-28 21:54
|
|
|
|
|
Code reviewed. Using isWindowInMDIPage global variable in generated code to identify if the the popup is redered inside a "modal dialog".
Tested in pi @ rev a590790e573b
- Create a new sales invoice
- Add a line
- Change the header to grid mode
- Use CTRL+SHFT+ALT+C to complete
- Move using the TAB key and place the focus in the OK button, hit SPACE key
- Use CTRL+SHFT+ALT+R to reactivate
- Move using the TAB key and place the focus in the OK button, hit SPACE key
- Repeat the flow 5+ times |
|
|
|
|