Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0017135 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | always | 2011-05-12 11:11 | 2011-05-13 10:55 | |||
Reporter | psarobe | View Status | public | |||||
Assigned To | iperdomo | |||||||
Priority | immediate | Resolution | no change required | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | 3.0RC7 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
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 | 0017135: In some windows when you click new in form view, it does scroll down with no reason | |||||||
Description | This is very annoying since you have to scroll up all the time. It happens in Chrome, very bad behaviour In Fire fox happens but it is not that horrible In IE9 similar to Fire fox | |||||||
Steps To Reproduce | 1. Go to requisition window 2. Create a header 3. Move to lines 4. Click new in form view. Notice that you don't the first row and you need to scroll up See attach | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() | |||||||
![]() |
||||||||
|
![]() |
|
(0036711) mtaal (viewer) 2011-05-12 11:19 |
This happens because when the FIC is called in the fic return callback a section is expanded (see ob-view-form.js): var wasExpanded = section.isExpanded(); if (!wasExpanded) { section.expandSection(); } the section expand code forces the form to scroll to the expanded section. This is correct, the question is why the section gets expanded in the fic return. This has to be checked with the person who added this code. |
(0036959) iperdomo (viewer) 2011-05-13 10:55 |
All the changes required are present in issue 0017113 |
![]() |
|||
Date Modified | Username | Field | Change |
2011-05-12 11:11 | psarobe | New Issue | |
2011-05-12 11:11 | psarobe | Assigned To | => dbaz |
2011-05-12 11:11 | psarobe | File Added: scroll_down.png | |
2011-05-12 11:11 | psarobe | Modules | => Core |
2011-05-12 11:11 | psarobe | OBNetwork customer | => No |
2011-05-12 11:19 | mtaal | Note Added: 0036711 | |
2011-05-12 12:40 | iperdomo | Assigned To | dbaz => iperdomo |
2011-05-12 19:07 | iperdomo | Target Version | pi => 3.0RC7 |
2011-05-13 10:55 | iperdomo | Relationship added | related to 0017113 |
2011-05-13 10:55 | iperdomo | Note Added: 0036959 | |
2011-05-13 10:55 | iperdomo | Status | new => closed |
2011-05-13 10:55 | iperdomo | Resolution | open => no change required |
Copyright © 2000 - 2009 MantisBT Group |