Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build uitest war with maven | Teemu Suo-Anttila | 2016-04-15 | 2 | -112/+0 |
| | | | | Change-Id: I32625901ca27a282253df44c6e776cf9632bacda | ||||
* | TabSheet focus/blur events fixed (#14304) | Bogdan Udrescu | 2014-08-14 | 1 | -0/+16 |
| | | | | | | | | The blur and focus events should be linked with the TabSheet component as a whole. Any click inside the TabSheet should trigger one single focus and any leave the blur. Change-Id: Id24a2fab12aafe6f7aa3a44635e5b9e935a1cfe1 | ||||
* | Bottom component click scroll up the parent panel in a window (#12943) | Bogdan Udrescu | 2014-07-28 | 1 | -0/+96 |
Due to old fix for (#11994) the v-scrollable div of the window would expand to 110% of its size then immediately back to the original size. The first action, expanding the v-scrollable to 110% would decrease the scrollTop value of our panel, while increasing its height. When the revert back action would set the v-scrollable to its own size, the panel's scrollTop would remain decreased, causing the scroll bar to move up, hiding the ~10% at the bottom. Fixed by calling Util.runWebkitOverflowAutoFix(); instead of changing the height. Change-Id: I79eafd1f9500c2e4c10dadbfc7100608c0732e04 |