Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0017135
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformmajoralways2011-05-12 11:112011-05-13 10:55
ReporterpsarobeView Statuspublic 
Assigned Toiperdomo 
PriorityimmediateResolutionno change requiredFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version3.0RC7
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0017135: In some windows when you click new in form view, it does scroll down with no reason

DescriptionThis 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 Reproduce1. 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
TagsNo tags attached.
Attached Filespng file icon scroll_down.png [^] (61,132 bytes) 2011-05-12 11:11

- Relationships Relation Graph ] Dependency Graph ]
related to defect 00171133.0RC7 closediperdomo Customer tab: When you unflag the customer check, the more information sections doesn't dissapear 

-  Notes
(0036711)
mtaal (manager)
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 (reporter)
2011-05-13 10:55

All the changes required are present in issue 0017113

- Issue History
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: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
Powered by Mantis Bugtracker