summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove -webkit-overflow-scrolling from .v-scrollable for now - caused a ↵Johannes Dahlström2012-05-211-1/+0
| | | | | | weird iOS 5 bug in Accordion touch support (#8723 #8792) svn changeset:23770/svn branch:6.8
* [merge from 6.7] Test application for #8813Automerge2012-05-181-0/+77
| | | | svn changeset:23766/svn branch:6.8
* [merge from 6.7] #8810 Fix row collapse animation as wellAutomerge2012-05-181-12/+21
| | | | svn changeset:23764/svn branch:6.8
* [merge from 6.7] Fix #8810 - only animate row expansion if there are child ↵Automerge2012-05-182-2/+86
| | | | | | rows to animate svn changeset:23763/svn branch:6.8
* [merge from 6.7] #8805 fix flickering of partial first row in table, related ↵Automerge2012-05-182-0/+92
| | | | | | manual test svn changeset:23762/svn branch:6.8
* [merge from 6.7] #8793 Retain all tab metadata, not just caption and icon, ↵Johannes Dahlström2012-05-181-46/+32
| | | | | | in TabSheet.replaceComponent() svn changeset:23761/svn branch:6.8
* [merge from 6.7] #8793 Add unit test for TabSheet.replaceComponent()Johannes Dahlström2012-05-181-0/+63
| | | | svn changeset:23758/svn branch:6.8
* [merge from 6.7] Rename illogical local variableAutomerge2012-05-161-3/+3
| | | | svn changeset:23752/svn branch:6.8
* [merge from 6.7] Test case for #7387Automerge2012-05-151-0/+50
| | | | svn changeset:23750/svn branch:6.8
* [merge from 6.7] Take viewport scrolling into account when calculating drop ↵Automerge2012-05-153-5/+79
| | | | | | position (#6021) svn changeset:23749/svn branch:6.8
* [merge from 6.7] Remove invalid import used by javadocsAutomerge2012-05-151-1/+0
| | | | svn changeset:23745/svn branch:6.8
* [merge from 6.7] #5521 fixed condition that was always checking for height, ↵Automerge2012-05-151-1/+2
| | | | | | not width svn changeset:23740/svn branch:6.8
* [merge from 6.7] Avoid random failures by not clicking button outside viewportAutomerge2012-05-151-2/+2
| | | | svn changeset:23739/svn branch:6.8
* #8763 Re-added TouchScrollDelegate#setElements()Johannes Dahlström2012-05-151-4/+6
| | | | svn changeset:23737/svn branch:6.8
* #8716 #8725 Fix regressions introduced by CSS class handling changesJohannes Dahlström2012-05-152-9/+22
| | | | svn changeset:23736/svn branch:6.8
* #8723 Do not sink touch events in AccordionJohannes Dahlström2012-05-141-1/+1
| | | | svn changeset:23733/svn branch:6.8
* #8724 Erroneously called onTouchBrowserEvent with non-touch platformsJohannes Dahlström2012-05-141-3/+4
| | | | svn changeset:23732/svn branch:6.8
* #8763 Removed debug messages, added Javadoc to TouchScrollHandlerJohannes Dahlström2012-05-141-16/+45
| | | | svn changeset:23731/svn branch:6.8
* #8763 Disable native touch scrolling on iOS 5 devices until #8792 is resolvedJohannes Dahlström2012-05-141-3/+4
| | | | svn changeset:23730/svn branch:6.8
* [merge from 6.7] #5521 portlet body should fill portlet content e.g. in ↵Automerge2012-05-142-1/+67
| | | | | | Liferay freeform layout, related manual test application svn changeset:23729/svn branch:6.8
* #8716 Rewrite some CSS classname handling code to prevent overwriting ↵Johannes Dahlström2012-05-141-32/+23
| | | | | | v-scrollable svn changeset:23728/svn branch:6.8
* #8724 Preliminary native touch scroll support for TableJohannes Dahlström2012-05-111-20/+194
| | | | svn changeset:23724/svn branch:6.8
* #8722 Move handling of scrolling from VWindow to FocusableScrollPanelJohannes Dahlström2012-05-112-5/+3
| | | | svn changeset:23723/svn branch:6.8
* #8721 Make VView touch scrollableJohannes Dahlström2012-05-111-0/+1
| | | | svn changeset:23722/svn branch:6.8
* #8720 Improve handling of tab container scrollingJohannes Dahlström2012-05-111-6/+3
| | | | svn changeset:23721/svn branch:6.8
* #8723 Oops, call removeElement(), not addElement(), in removeTab()Johannes Dahlström2012-05-111-2/+1
| | | | svn changeset:23720/svn branch:6.8
* #8725 Use TouchScrollDelegate.enableTouchScrolling() instead of ↵Johannes Dahlström2012-05-111-49/+23
| | | | | | TouchScrollDelegate instance directly; rewrite CSS class handling a bit to prevent overwriting v-scrollable svn changeset:23719/svn branch:6.8
* #8763 Removed overflow: auto from v-panel-content, v-accordion-item-content, ↵Johannes Dahlström2012-05-113-3/+0
| | | | | | and v-view classes; use v-scrollable class in elements that should scroll instead svn changeset:23718/svn branch:6.8
* #8723 Add touch scrolling support to AccordionJohannes Dahlström2012-05-111-6/+16
| | | | svn changeset:23716/svn branch:6.8
* camelCasify CSS property namesJohannes Dahlström2012-05-111-4/+4
| | | | svn changeset:23715/svn branch:6.8
* [merge from 6.7] Further increase granularity of some assertions to better ↵Automerge2012-05-111-20/+20
| | | | | | detect exactly where the random issue in Safari occurs. svn changeset:23713/svn branch:6.8
* [merge from 6.7] Increase granularity of some assertions to better detect ↵Automerge2012-05-101-10/+15
| | | | | | exactly where the random issue in Safari occurs. svn changeset:23710/svn branch:6.8
* [merge from 6.7] Tweaks to #7931 based on review.Automerge2012-05-101-3/+19
| | | | svn changeset:23708/svn branch:6.8
* [merge from 6.7] Send VView size instead of window size (#7931)Automerge2012-05-101-12/+21
| | | | svn changeset:23703/svn branch:6.8
* Use   in empty table footers to make them render properly (#7718)Leif Åstrand2012-05-101-0/+4
| | | | svn changeset:23701/svn branch:6.8
* [merge from 6.7] Test case for #8781Automerge2012-05-092-0/+45
| | | | svn changeset:23699/svn branch:6.8
* TouchScrollHandler: added debug info, restored setElements()Johannes Dahlström2012-05-091-0/+29
| | | | svn changeset:23697/svn branch:6.8
* [merge from 6.7] Test case for #8778Automerge2012-05-092-0/+93
| | | | svn changeset:23696/svn branch:6.8
* [merge from 6.7] Don't activate tab when clicking close element (#7686)Automerge2012-05-083-1/+82
| | | | svn changeset:23690/svn branch:6.8
* #8722 Make subwindows touch scrollableJohannes Dahlström2012-05-071-0/+3
| | | | svn changeset:23688/svn branch:6.8
* #8763 Use Set instead of an array in TouchScrollDelegate to allow dynamic ↵Johannes Dahlström2012-05-071-11/+16
| | | | | | adding and removing scrollable elements svn changeset:23687/svn branch:6.8
* #8763 requiresTouchScrollDelegate now returns false for iOS5; the default ↵Johannes Dahlström2012-05-071-8/+6
| | | | | | return value is now true instead of false. svn changeset:23686/svn branch:6.8
* Prevent setting mainWindow from a TestBaseLeif Åstrand2012-05-0712-35/+44
| | | | svn changeset:23685/svn branch:6.8
* Don't assume there's always an application (#8694)Leif Åstrand2012-05-072-6/+9
| | | | svn changeset:23684/svn branch:6.8
* [merge from 6.7] Test that a sensible message is displayed if no application ↵Automerge2012-05-071-0/+26
| | | | | | is found svn changeset:23683/svn branch:6.8
* #8720 Use TouchScrollDelegate.enableTouchScrolling() instead of a ↵Johannes Dahlström2012-05-041-30/+6
| | | | | | TouchScrollDelegate instance directly svn changeset:23681/svn branch:6.8
* #8716 Use TouchScrollDelegate.enableTouchScrolling() instead of a ↵Johannes Dahlström2012-05-041-16/+2
| | | | | | TouchScrollDelegate instance directly svn changeset:23680/svn branch:6.8
* Improved TouchScrollHandler helperJohannes Dahlström2012-05-041-15/+8
| | | | svn changeset:23679/svn branch:6.8
* [merge from 6.7] Fix #7136: Opening a modal subwindow when there are visible ↵Automerge2012-05-044-0/+104
| | | | | | notifications prevented the notifications from fading svn changeset:23678/svn branch:6.8
* Add new CSS class to the base theme enabling (touch) scrolling of the ↵Johannes Dahlström2012-05-041-0/+5
| | | | | | element (#8716 #8720 #8721 #8722 #8723 #8724 #8725) svn changeset:23677/svn branch:6.8