aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'testbench4' into masterJonatan Kronqvist2014-02-101-0/+8
|\ | | | | | | Change-Id: Ia036030703538e2110d656b4b35d210147edb961
| * Implement TestBench4 features in debug window (#12694)Patrik Lindström2014-01-291-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | Done: - VaadinFinderLocatorStrategy returns optimal paths for any Widget selectable by it. - TestBenchSection of the Debug Window picks and clears as expected. - Debug Window no longer presents user with a widget hierarchy - Translation from VaadinFinderLocatorStrategy query strings to ElementQuery API calls (should be done in SelectorPath.java) - Make SelectorPaths change background color when hovered Change-Id: Ie122f962a319ddf560fa9ac4f6bc57f32a120f91
* | Merge changes from origin/7.1Jonatan Kronqvist2014-02-101-0/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c551507 Selected option is updated when item caption changes in Select (#9250) 3595685 Converted TestUIWidgetset test to TB3 and fixed wrong text in assertion. 89d860c Convinience methods for getting mouse and keyboard in test. d00397f Converted TB2 test to TB3 and fixed text assertion. 857de0f Renamed test according to conventions and fixed assertion text. b9a6a48 Update textbox when Select item caption changes (#9250) 1687889 Retain focus while changing DOM in OrderedLayout (#12967) f93c870 Remove unselected rows from selection on client side (#13008) 1d1ccf4 Fix Firefox and Vaadin 7 scroll distance (#11353) 62ac53a Ensure widgetset compile messages go to stdout (#7516) 171d02a Remove references to read/write through modes (#13184) 3f09c10 Better-looking CSS for Vaadin API Javadocs (#13219) f0a4ea9 Do not throw NPE for equals(null) (#8910) 3897025 Add deprecated expand ratio methods to FormLayout (#12876) b89dba9 Exclude a possible bin directory when building (#13258) 69983d0 Re-adjusted the rendering order of TabSheet tabs to prevent an NPE in isClipped (#12343) e5dee6a Use Calendar as sender for action handlers (#13191) Change-Id: I581ec7517aaa19a2e46b48e31cdefdd3db2c05c5
| * | Fix Firefox and Vaadin 7 scroll distance (#11353)Teemu Suo-Anttila2014-01-201-0/+4
| | | | | | | | | | | | Change-Id: I01be5ddfe0e266e4cb5b7e9872adaeaf0f745a84
* | | Merge commit 'fbc48c6ab75479560919a463ba5693b44bb0e811' into merge71Jonatan Kronqvist2014-02-071-0/+5
|\| | | | | | | | | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/ui/VWindow.java Change-Id: I6b4605ffafe990747757ec545cf2b52656c9f9f4
| * | Fix for scrolling with modal opened. (#12899)Felype Santiago Ferreira2014-01-091-0/+5
| |/ | | | | | | Change-Id: I9ba142a35ab887bb3a71c7311064ebab77bc01ba
* | Merge changes from origin/7.1Johannes Dahlström2013-11-291-0/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 84521fa Use correct type for UIDL value to avoid development mode problems (#12545) 3680505 Ensure generated parser is re-generated during build (#12937) f3fa6af Regenerated parser files (#12937) 011a2a0 Do not generate ParseException as it has been customized (#12937) 9be3b40 Workaround for missing value change event in chrome (#10109) 48034f6 Ensure alternate text is still visible (#11780) cbc9949 Added test case for #12726 07b1a9d Prevents accidental selection of window caption or content. (#12726) e05e10e Added extra asserts to make test more safer to blind refactorings 33e5897 Use localhost when running locally to avoid potential network issues 642818f Allow using @RunLocally to run on a local Firefox/Chrome/Safari 81a1c29 Revert "Fixed lost scrollLeft when row count changed in Table (#12652)." dde6a48 Output test results in XML reports instead of to standard output 012e649 Fix TB3 local testing and occasionally failing SliderDisableTest. Change-Id: I4f4e44e887e7e90dd04e6d7381280a997e9527cc
| * Ensure alternate text is still visible (#11780)Artur Signell2013-11-141-0/+4
| | | | | | | | Change-Id: Icfa54ec612153c3a92f83d7cb083685f7e77d295
* | Merge changes from origin/7.1Artur Signell2013-11-112-0/+9
|\| | | | | | | | | | | | | | | | | | | 30e9b7c Add a test for @mixin { @font-face {...} } (#11649) 0a2cf2c Prevent showing "Session Expired" notification if navigating away (#12298) 8efc385 Fixes NPE in TreeTable.setContainerDS(null) (#12928) 23815e6 Remove broken JSch check c308d8a Fixes double scrollbar issue in browserframes (#11780) Fixed by adding font-size 0 to the base theme. Change-Id: I64ae167e8e6b61205718998b80d534fb2cf0cb3d
| * Fixes double scrollbar issue in browserframes (#11780)Thomas2013-11-112-0/+9
| | | | | | | | | | | | Fixed by adding font-size 0 to the base theme. Change-Id: I8d0224cb65f8ab36c50d2fd68157de4803c823e2
* | Changed v-customcomponent overflow to visible (#12482)Juho Nurminen2013-11-041-1/+0
| | | | | | | | Change-Id: I1e82337e719d16abce2c7f2060162af81f9192ea
* | Merge changes from origin/7.1Leif Åstrand2013-09-231-3/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0e048a5 Clarified error message (#12583) d0af7d1 Add async-supported to all servlets to enable push testing (#12573) 1de4389 Use JUnit 4.11 in all modules (#12572) d6954f8 Include TestBench 3.1.1 in the project (#12572) cdb9a49 Enable native scrolling in all iOS versions newer than 5, not just iOS 6 (#12324) 0e2780a Ensure string converter is always set cf796e2 Add v-iosN classname for all iOS versions instead of just N=6 (#12324) 46ac1e6 Update release notes to more closely be like 7.0.x (#12544) d9f204f PostLayoutListener javadocs (#12562) c7aaa04 Don't try to cast a connector to Widget. Fixes #12619 Change-Id: Icff34ba20a330e633c1b29ca8fd77d84b79841f5
| * Enable native scrolling in all iOS versions newer than 5, not just iOS 6 ↵Johannes Dahlström2013-09-181-3/+5
| | | | | | | | | | | | (#12324) Change-Id: I8f9ec7f34aefa5b48fd23f3f000f9455475edefa
* | Merge changes from origin/7.1Artur Signell2013-08-191-2/+2
|\| | | | | | | | | | | | | | | | | | | 16d17f9 Fix native scrolling regression in iOS 6 homescreen apps (#12295) 7212e02 Fix race in VaadinService.lockSession() (#12282) 2d5a107 Update "lastRequestedFirstvisible" field value right away (#10666). 325cdf9 Disable failing calendar Actions Menu Test (#12181) 8ba4117 Split UiAccess test (#12332) Change-Id: I30e7aaacaf0ecbdc1a6dbdf956a6e48f4846de32
| * Fix native scrolling regression in iOS 6 homescreen apps (#12295)Johannes Dahlström2013-08-061-2/+2
| | | | | | | | Change-Id: Ie225663ebc2a9ffe4b481a49e34e9dcf79b064b2
* | Merge changes from origin/7.1Leif Åstrand2013-07-151-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 419c6c7 Implemented Focusable in MenuBar (#7674) a4f1277 Fixed NPE in ApplicationRunnerServlet (#12145) 08d365a Fixed slider value initialization on HSV and RGB tabs of ColorPicker. (#7863) da480bd Fix VaadinService.findUI to throw Error if UIConstants.UI_ID_PARAMETER is not set (#11943) 6291a50 Ensure that Slider diffstate always contains "value" (#12133) 7e7e698 32x32 favicons added, replacing the old favicons (#12143) 1702059 Replace printStackTrace with getLogger().log() (#12147) b421d6e Updated Javadoc for Table.getColumnAlignment fixing #6810 414e3bf Fixed an error in CustomComponent JavaDoc (#10038), and some improvements. 4583d07 Fix NPE in Like.java (#10167) 6c4da29 Ensure table's cells aren't refreshed if table is detached. (#9138) e37464c #11638: Ending an imported SCSS file with a comment causes an error in the Sass 478eeb5 Test using Jetty 9 (#12124) f7cc72d Close only combobox on escape, not the window (#12163) 9a9b0a5 Automatic test for escape closing window from combobox (#12163) ae565a2 Fix bug in PopupDateField where locale was retained incorrectly if changed while popup was open (#12153) d7a64fd Enable native scrolling in home screen apps on iOS 6+ (#12149) 4a04f00 Add test case for testing ClickEvent after dragging button (#7690) 775c969 Make UploadInterruptedException visible (#12070) 6a4bbe5 Set heartbeat response Content-Type to text/plain (#12182) e4011c6 When InputStream cannot be opened while writing static resource response, display 404 instead of 500 (#10920) 20162db Set current instances when calling UI.push from VaadinSession.unlock (#12168) 94c0f86 Ensure VaadinSession.service is set up by storeInSession (#12204) 23ed487 Attempt to get GAE lock for UIDL requests (#12211) 7f52b2e Improved AbstractClientConnector performance (#12219) a934261 Improving performance of ConnectorTracker (#12218) Change-Id: I810124d60c22d4d0ab837a19eb9c2689951864b5
| * 32x32 favicons added, replacing the old favicons (#12143)Jouni Koivuviita2013-06-281-0/+0
| | | | | | | | | | | | | | | | Added new version for favicon.ico, which has 32x32 pixel version in addition to 16x16 pixels. Adds support for high resolution/retina displays. Change-Id: I49bd84b9d23f1e26ceee28dab1e26d9cd4f6b6d2
* | Tabsheet should not immediately select a tab when changing tab usingmichaelvogt2013-07-121-0/+6
|/ | | | | | | | keyboard (#11823) Adds the necessary WAI-ARIA roles to the component (#11827) Change-Id: Ie1ed40227679e3497971b834919713614a8cc23e
* Actually show loading indicator during loading (#12128)Artur Signell2013-06-261-1/+1
| | | | | | * Add theme name already during bootstrap Change-Id: I78da3029b818ced51714d385cd77f5ba9bfce625
* DebugWindow styles improved and structured more, for #12058Marc Englund2013-06-141-38/+51
| | | | Change-Id: I1a3a821b15d7350b5ebf2e19056854e9124197ea
* DebugWindow resize/move improved, fixes #11937 (also implements shift-resize ↵Marc Englund2013-06-131-2/+22
| | | | | | and alt-move, improves bounds-check) Change-Id: Ic313e545940a6073e30171a610f6d02c38a90037
* Info section for the debug window (#12019)Artur Signell2013-06-071-0/+8
| | | | Change-Id: Ie265c6e994c8038a3dc0bb05b94233bbc2506c58
* Correctly report theme version in the debug window (#11442)Artur Signell2013-06-071-0/+4
| | | | | | | * Adds a special v-vaadin-version selector for detecting the theme version * The version in the base theme is replaced during build (for releases) and by the current version also when compiling in the IDE Change-Id: Id6b94ab2edead61602fed021b7152f6e46be809f
* Fixed button highlighting when dragging #10917John Ahlroos2013-06-061-1/+3
| | | | Change-Id: I69ff2c5a987e26d5d065f7c5a7ac45f9d6fa289a
* Add primary style name support for ProgressBar/Indicator (#9913)Artur Signell2013-05-291-1/+4
| | | | Change-Id: I3d773640d2f1c8cd1b71c673685afd7059811d16
* Fix debug window SEVERE style, add styles for FINE, FINER and FINEST (#11891)Johannes Dahlström2013-05-281-1/+10
| | | | Change-Id: Ibbe209a6a67e594318a7ac50f962c48aeab4730d
* Move .v-assistive-device-only out of @mixin base-commonLeif Åstrand2013-05-081-1/+2
| | | | Change-Id: Ic75bb693077640ff9c93f09ad0341d9b24f85d1e
* Merge commit 'feb9a8c3510afc76c079fafcd9e507205bde139c'Artur Signell2013-04-231-0/+5
|\ | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java Change-Id: Iad9ee95b2f399ff93f0e426a0810b18d923f8ff6
| * Different fix for #11152 which is restricted to the problematic case in ↵Artur Signell2013-04-232-6/+5
| | | | | | | | | | | | horizontal layout Change-Id: I4727f0a8f0b82f14f059c7e47a1819a18630a4c0
| * Fixes #11152 (IE9 caret/cursor postion) by applying position:relative to ↵Marc Englund2013-04-121-0/+6
| | | | | | | | | | | | inputs and textareas Change-Id: I067cd44d21ece65a0988b2fbb832a903aaf92aba
* | Implement range for date field (#6241)johan2013-04-081-1/+12
| | | | | | | | Change-Id: I34458f676fede39e1992316cbed8d62193ce8509
* | New DebugWindow implmentation (internal) fixes #2460 #9626 at least...Marc Englund2013-04-056-0/+295
| | | | | | | | | | Change-Id: I42a72797a214b567d1efc077af8a49bc8cff52b0 Ticket: 9626
* | Maximize Restore for Window #3400Pekka Hyvönen2013-04-041-3/+24
| | | | | | | | Change-Id: I164ae83bd6cf98f7a3d7e76d8e717a56e8cb5183
* | Fix for CheckBox and Layout (#11407)michaelvogt2013-04-031-0/+1
| | | | | | | | | | | | | | Change in CheckBoxConnector led to wrong enabled behaviour and addition to top coordinate to prevent scrollbars with VPopupCalendar Change-Id: I381ab7c8a605535280ae58716181ef4c346997f7
* | Integrate Calendar into core #11079John Ahlroos2013-04-033-0/+380
| | | | | | | | | | | | Everything else integrated, except TB3 tests (ticket #11090, old TB2 tests used instead) Change-Id: If1700d7680a6c0a45f84d6e3c7b80e6536da78c8
* | WAI-ARIA fields (#11180)michaelvogt2013-03-201-0/+6
| | | | | | | | | | Field implementations of the WAI-ARIA changes in the base classes Change-Id: Ie51e76130f3f9976a32c373334b709f0f5b68f1a
* | Removes the clear button added to all input fields by IE10 #11300John Ahlroos2013-03-121-0/+5
|/ | | | Change-Id: Iae8f2073356db9702bbd0c63bc639cbb4ad27823
* Set the overlay container width and height to zero (#10860)Johannes Dahlström2013-02-111-1/+6
| | | | | | * Fix body scrolling in touch devices that do not honor overflow: hidden Change-Id: Ia444d3c222094b9aa83ba31d5710eed9d9e549cc
* Fixed wrapping caption #10082John Ahlroos2013-01-151-1/+0
| | | | Change-Id: I2d1769215c601103407a81b7421287b23b7f053e
* Removed incorrect fixes for #8294, fixing #10183Artur Signell2013-01-082-4/+0
| | | | Change-Id: I02f00db495f53be144107234228b742514bdbc0c
* Merge "Fixed ComboBox width problems in all themes (#10484)"Leif Åstrand2013-01-081-1/+6
|\
| * Fixed ComboBox width problems in all themes (#10484)Artur Signell2013-01-071-1/+6
| | | | | | | | Change-Id: Ia8181cd9c9d6a9183083408c55f9c3f28c72fb29
* | Reset line-height in layouts the same way as for v-scrollable (#10598)Artur Signell2013-01-071-0/+1
|/ | | | Change-Id: Iee684359f8d2ca6d06fe3014ab32d74cce3e7f73
* Ensure popup datefield width setting works in all themes (#10485)Artur Signell2013-01-041-0/+10
| | | | Change-Id: I9f0891fb363e49d59b5ab2b1af53ba4bf9bca21e
* Fixed font-size issues in Chameleon, Runo and Liferay (#10606, #10587)Artur Signell2013-01-022-2/+2
| | | | Change-Id: Iaaa626553030af44eaab57067acf9f022dc75e6b
* Additional fixes for IE scrollbars issuesArtur Signell2012-12-181-1/+2
| | | | | | Related to #9004, #9552, #9572, #9578 Change-Id: I6f6677ec47713d480e2591f3bddf3b764861201c
* Fixed IE scrollbar issues for most if not all componentsArtur Signell2012-12-1710-4/+21
| | | | | | | Fixed by defining font-size:0 and line-height:normal for all v-scrollable elements. A font-size is defined using $font-size for all themes and this is reset in v-widget. Similarly for $line-height. Should fix at least #9004, #9552, #9572 Change-Id: I78da2c2ce497a0a22962644c9c97df5a0e41e056
* Colorpicker IE fixesAnna Koskinen2012-12-141-2/+2
| | | | Change-Id: I9b1e42a75175eff4a01560db0a13865e253b72d5
* Restrict DateField fix to IE (#10498)Artur Signell2012-12-111-1/+1
| | | | Change-Id: Ib706b12f1e2236e48bd82a6d08e19d748dd5e71c
* Fixed overflow issue in PopupDateFieldArtur Signell2012-12-111-0/+4
| | | | Change-Id: Idcacd28f10265a38e3876557a2ab56cc8a379b2b