Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027959 | Openbravo ERP | A. Platform | public | 2014-10-23 12:21 | 2014-11-17 21:20 |
|
Reporter | caristu | |
Assigned To | alostale | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR15Q1 | Fixed in Version | 3.0PR15Q1 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | OBPS |
Web browser | Google Chrome |
Modules | Core |
Support ticket | 26799 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0027959: Right click shows the wrong context menu under some circumstances using Google Chrome |
Description | Right click shows the wrong context menu under some circumstances using Google Chrome |
Steps To Reproduce | 1) Open the [Account Tree] window
2) Right click on any record in the header. The correct context menu is shown.
3) Without closing the [Account Tree] window, open the [Balance sheet and P&L structure] window
4) Without closing the [Balance sheet and P&L structure] window, go back to the [Account Tree] window. Right click on any record in the header, now the Chrome context menu is shown instead of the application context menu |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0027869 | 3.0PR15Q1 | closed | alostale | Right click shows the wrong context menu having an external link menu opened |
|
Attached Files | tab-app.js (1,003) 2014-11-12 11:13 https://issues.openbravo.com/file_download.php?file_id=7501&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2014-10-23 12:21 | caristu | New Issue | |
2014-10-23 12:21 | caristu | Assigned To | => AugustoMauch |
2014-10-23 12:21 | caristu | OBNetwork customer | => Yes |
2014-10-23 12:21 | caristu | Web browser | => Google Chrome |
2014-10-23 12:21 | caristu | Modules | => Core |
2014-10-23 12:21 | caristu | Support ticket | => 26799 |
2014-10-23 12:21 | caristu | Resolution time | => 1417388400 |
2014-10-23 12:21 | caristu | Triggers an Emergency Pack | => No |
2014-10-23 12:22 | caristu | Web browser | Google Chrome => Google Chrome |
2014-10-23 12:22 | caristu | Resolution time | 1417388400 => 1417302000 |
2014-10-23 12:22 | caristu | Issue Monitored: networkb | |
2014-10-23 12:23 | caristu | Relationship added | related to 0027869 |
2014-11-12 11:13 | alostale | File Added: tab-app.js | |
2014-11-12 11:16 | alostale | Note Added: 0071594 | |
2014-11-12 11:21 | alostale | Assigned To | AugustoMauch => alostale |
2014-11-12 11:21 | alostale | Review Assigned To | => AugustoMauch |
2014-11-12 11:21 | alostale | Web browser | Google Chrome => Google Chrome |
2014-11-12 11:25 | hgbot | Checkin | |
2014-11-12 11:25 | hgbot | Note Added: 0071595 | |
2014-11-12 11:25 | alostale | Note Added: 0071596 | |
2014-11-12 11:25 | hgbot | Status | new => resolved |
2014-11-12 11:25 | hgbot | Resolution | open => fixed |
2014-11-12 11:25 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/9f21ea10365f7e1389a4e0203053e4fb94d5cd42 [^] |
2014-11-17 21:20 | AugustoMauch | Note Added: 0071734 | |
2014-11-17 21:20 | AugustoMauch | Status | resolved => closed |
2014-11-17 21:20 | AugustoMauch | Fixed in Version | => 3.0PR15Q1 |
Notes |
|
|
This is a SmartClient issue reproducible in current version used by Openbravo (v10.0d_2014-02-13) but not in their latest snapshot (SC_100_BRANCH_2014-10-22_1413982736_wayne_wrath).
It can be reproduced in Chrome but not in Firefox.
The problem is when openening a tab that contains an iFrame. Attached script reproduces it within plain SmartClient removing all Openbravo infrastructure. |
|
|
(0071595)
|
hgbot
|
2014-11-12 11:25
|
|
Repository: erp/devel/pi
Changeset: 9f21ea10365f7e1389a4e0203053e4fb94d5cd42
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Wed Nov 12 11:24:27 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/9f21ea10365f7e1389a4e0203053e4fb94d5cd42 [^]
fixed 27959: context menu not shown having a classic window opened
Having a classic (2.50) window open in a tab caused other tabs at the left of
this one not to show their context menu in chrome.
This is a SmartClient issue which has been workarounded by settin low zIndex to
classic window.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/classic/ob-classic-window.js
---
|
|
|
|
Workaround tested with Chrome and Firefox |
|
|
|
Code reviewed and verified in pi@9f21ea10365f |
|