aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components/button
Commit message (Collapse)AuthorAgeFilesLines
* Build uitest war with mavenTeemu Suo-Anttila2016-04-1524-1569/+0
| | | | Change-Id: I32625901ca27a282253df44c6e776cf9632bacda
* Refactor focus related server API to class AbstractFocusableJohannes Dahlström2015-05-201-3/+0
| | | | Change-Id: I58159d6f47d38230d583bd0cd61673bfbce02955
* Reformat project using Eclipse Luna SR1Artur Signell2014-12-291-38/+38
| | | | Change-Id: I58748499c87d470e70304d882d3227cda5803481
* Move TB2 files to separate folderArtur Signell2014-12-1816-901/+0
| | | | | | This avoids running other HTML files as TB2 tests Change-Id: I32445aeaeaf77f3a34771db6fa0d2eb40fc60ff7
* Pass (x,y) coordinates for button click triggered via keyboard (#12650).Denis Anisimov2014-09-082-0/+185
| | | | Change-Id: I24363d34f7007650fc66f9b85d7e22a4ab10bb6b
* Rewrite of a failing TB2 test to TB3.Heikki Ohinmaa2014-08-052-12/+90
| | | | Change-Id: Ic62e5f955d564d3d8f59ba7ca2a41d30e1a92452
* Migrated ButtonUndefinedWidth to TB3 testAnthony Guerreiro2014-08-052-82/+38
| | | | Change-Id: I91a24a89cb7f0c348f14a0ddf9ba4cc6cf2ad993
* Disable automatic removal of trailing whitespace and reformatted using LunaArtur Signell2014-07-311-1/+1
| | | | | | | | | | Automatic removal of trailing whitespaces in Eclipse does not work even in a nearly consistent way across platforms, versions or even on the same maching within the same workspaces. Saving the same file multiple times even alternates between adding and removing a whitespace on empty block comment lines when saving. Change-Id: I0efd307fd48869ea688eb79aa77c9ba38de5a4a6
* Remove obsolete TB2 tooltip test, update TB4 test (#14019)Juuso Valli2014-07-211-37/+0
| | | | Change-Id: I02b68886b888ee0a0d99b41138755f0ea6e2a53d
* Upgrade tooltip tests from TB2 to TB4 (#14019)Juuso Valli2014-06-231-40/+0
| | | | Change-Id: I57fcffc5e9fb463759639c95a6b47fe09bfa268f
* Update remaining copyright years to 2014Artur Signell2014-04-232-2/+2
| | | | Change-Id: I1fc2bd735b538ebac6d4f41fc8536f26795cc85f
* Merge changes from origin/7.1Artur Signell2014-04-234-4/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e77e73c Update copyright year to 2014 Conflicts: client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ConnectorBundle.java client/src/com/vaadin/client/ApplicationConnection.java server/src/com/vaadin/data/util/converter/StringToNumberConverter.java shared/src/com/vaadin/shared/ui/ui/PageState.java shared/src/com/vaadin/shared/ui/window/WindowState.java theme-compiler/src/com/vaadin/sass/SassCompiler.java theme-compiler/src/com/vaadin/sass/internal/ScssStylesheet.java theme-compiler/src/com/vaadin/sass/internal/expression/ArithmeticExpressionEvaluator.java theme-compiler/src/com/vaadin/sass/internal/expression/BinaryExpression.java theme-compiler/src/com/vaadin/sass/internal/expression/BinaryOperator.java theme-compiler/src/com/vaadin/sass/internal/expression/exception/ArithmeticException.java theme-compiler/src/com/vaadin/sass/internal/expression/exception/IncompatibleUnitsException.java theme-compiler/src/com/vaadin/sass/internal/handler/SCSSDocumentHandler.java theme-compiler/src/com/vaadin/sass/internal/handler/SCSSDocumentHandlerImpl.java theme-compiler/src/com/vaadin/sass/internal/handler/SCSSErrorHandler.java theme-compiler/src/com/vaadin/sass/internal/parser/CharStream.java theme-compiler/src/com/vaadin/sass/internal/parser/Generic_CharStream.java theme-compiler/src/com/vaadin/sass/internal/parser/LexicalUnitImpl.java theme-compiler/src/com/vaadin/sass/internal/parser/LocatorImpl.java theme-compiler/src/com/vaadin/sass/internal/parser/MediaListImpl.java theme-compiler/src/com/vaadin/sass/internal/parser/ParseException.java theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java theme-compiler/src/com/vaadin/sass/internal/parser/ParserConstants.java theme-compiler/src/com/vaadin/sass/internal/parser/ParserTokenManager.java theme-compiler/src/com/vaadin/sass/internal/parser/SCSSLexicalUnit.java theme-compiler/src/com/vaadin/sass/internal/parser/SCSSParseException.java theme-compiler/src/com/vaadin/sass/internal/parser/SelectorListImpl.java theme-compiler/src/com/vaadin/sass/internal/parser/Selectors.java theme-compiler/src/com/vaadin/sass/internal/parser/ThrowedParseException.java theme-compiler/src/com/vaadin/sass/internal/parser/Token.java theme-compiler/src/com/vaadin/sass/internal/parser/TokenMgrError.java theme-compiler/src/com/vaadin/sass/internal/resolver/ClassloaderResolver.java theme-compiler/src/com/vaadin/sass/internal/resolver/FilesystemResolver.java theme-compiler/src/com/vaadin/sass/internal/resolver/ScssStylesheetResolver.java theme-compiler/src/com/vaadin/sass/internal/resolver/VaadinResolver.java theme-compiler/src/com/vaadin/sass/internal/selector/SelectorUtil.java theme-compiler/src/com/vaadin/sass/internal/tree/BlockNode.java theme-compiler/src/com/vaadin/sass/internal/tree/ExtendNode.java theme-compiler/src/com/vaadin/sass/internal/tree/ForNode.java theme-compiler/src/com/vaadin/sass/internal/tree/FunctionNode.java theme-compiler/src/com/vaadin/sass/internal/tree/ImportNode.java theme-compiler/src/com/vaadin/sass/internal/tree/KeyframesNode.java theme-compiler/src/com/vaadin/sass/internal/tree/ListContainsNode.java theme-compiler/src/com/vaadin/sass/internal/tree/ListModifyNode.java theme-compiler/src/com/vaadin/sass/internal/tree/ListRemoveNode.java theme-compiler/src/com/vaadin/sass/internal/tree/MediaNode.java theme-compiler/src/com/vaadin/sass/internal/tree/MicrosoftRuleNode.java theme-compiler/src/com/vaadin/sass/internal/tree/MixinDefNode.java theme-compiler/src/com/vaadin/sass/internal/tree/MixinNode.java theme-compiler/src/com/vaadin/sass/internal/tree/NestPropertiesNode.java theme-compiler/src/com/vaadin/sass/internal/tree/Node.java theme-compiler/src/com/vaadin/sass/internal/tree/RuleNode.java theme-compiler/src/com/vaadin/sass/internal/tree/SimpleNode.java theme-compiler/src/com/vaadin/sass/internal/tree/VariableNode.java theme-compiler/src/com/vaadin/sass/internal/tree/controldirective/EachDefNode.java theme-compiler/src/com/vaadin/sass/internal/tree/controldirective/IfElseDefNode.java theme-compiler/src/com/vaadin/sass/internal/tree/controldirective/IfNode.java theme-compiler/src/com/vaadin/sass/internal/util/ColorUtil.java theme-compiler/src/com/vaadin/sass/internal/util/DeepCopy.java theme-compiler/src/com/vaadin/sass/internal/util/FastByteArrayInputStream.java theme-compiler/src/com/vaadin/sass/internal/util/FastByteArrayOutputStream.java theme-compiler/src/com/vaadin/sass/internal/util/StringUtil.java theme-compiler/src/com/vaadin/sass/internal/visitor/BlockNodeHandler.java theme-compiler/src/com/vaadin/sass/internal/visitor/EachNodeHandler.java theme-compiler/src/com/vaadin/sass/internal/visitor/ExtendNodeHandler.java theme-compiler/src/com/vaadin/sass/internal/visitor/IfElseNodeHandler.java theme-compiler/src/com/vaadin/sass/internal/visitor/ImportNodeHandler.java theme-compiler/src/com/vaadin/sass/internal/visitor/MixinNodeHandler.java theme-compiler/src/com/vaadin/sass/internal/visitor/NestedNodeHandler.java theme-compiler/src/com/vaadin/sass/internal/visitor/VariableNodeHandler.java theme-compiler/tests/src/com/vaadin/sass/AbstractTestBase.java theme-compiler/tests/src/com/vaadin/sass/internal/expression/ArithmeticExpressionEvaluatorTest.java theme-compiler/tests/src/com/vaadin/sass/parser/ParserTest.java theme-compiler/tests/src/com/vaadin/sass/resolvers/VaadinResolverTest.java theme-compiler/tests/src/com/vaadin/sass/testcases/css/Interpolation.java theme-compiler/tests/src/com/vaadin/sass/testcases/css/Selectors.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/AbstractDirectoryScanningSassTests.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/AutomaticSassTests.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Comments.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/ControlDirectives.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Extends.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Functions.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Imports.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Mixins.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/NestedProperties.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Nesting.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/ParentImports.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/ParentSelector.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/SassLangTests.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/SassLangTestsBroken.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/SassTestRunner.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Variables.java theme-compiler/tests/src/com/vaadin/sass/tree/ImportNodeTest.java uitest/src/com/vaadin/tests/push/BasicPushTest.java uitest/src/com/vaadin/tests/push/PushConfigurationTest.java uitest/src/com/vaadin/tests/push/PushReconnectTest.java Change-Id: Ic08c4f9aecd4c684ce74408de4e0b0d0ff617273
| * Update copyright year to 2014Artur Signell2014-04-164-4/+4
| | | | | | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
* | Mousedown - mouseout - mouseover - mouseup now counts a click (#13550)Artur Signell2014-04-042-0/+112
| | | | | | | | Change-Id: Id1f58b1ac6c207cec3357bcd96e1eb8d8de256a0
* | Fix compilation error in tests (#13446)Artur Signell2014-03-111-1/+1
| | | | | | | | Change-Id: Id96c59710173a57a9a7c990a6d8bc9ff49e75906
* | Forces small delay before showing accessible tooltip on focus (#12849)Jarno Rantala2013-10-291-0/+4
| | | | | | | | | | | | | | | | | | Screen reader (JAWS 14) seems to get confused about the focused item if the tooltip is shown on focus. This commit forces small delay before showing the tooltip. More info, see http://www.w3.org/TR/2011/CR-wai-aria-20110118/roles#tooltip Change-Id: I2973a1a3844936e09fef28afe37a0ecbdda69122
* | Keep the Tooltip in the DOM (#12458)michaelvogt2013-09-031-0/+1
|/ | | | Change-Id: Ic707632ee51181e660b64935f68e564bdfc4443b
* Fixes Button icon alt text not being updated #12333John Ahlroos2013-08-082-0/+135
| | | | Change-Id: I23a26fbc5281e76792e257321d96f3d30a8bc2b2
* Add test case for testing ClickEvent after dragging button (#7690)Patrik Lindström2013-07-081-0/+57
| | | | Change-Id: I9ecb796a9bcbc8415efe27873fdbd71745d0aa85
* Fix for WAI-ARIA Button test for IE8 (#11616)michaelvogt2013-04-171-5/+0
| | | | | | Test for empty attribute fails Change-Id: Id0b992482454daa7c47674e152fb1b414fd4a38d
* TestBench test for Button (#11581)michaelvogt2013-04-112-0/+133
| | | | | | Makes sure the WAI-ARIA functions work Change-Id: If3835f038f5cca009bef678fdfe037d4287ece7e
* Global code reformatLeif Åstrand2013-04-051-0/+2
| | | | Change-Id: I4b3c74ede518aa2712038d1451974a93cdecabc2
* Fixed problem with removing the icon from a Button (#10543)Artur Signell2013-02-142-0/+110
| | | | Change-Id: Ia119b93643678494db95d36ffe031a44b76ba578
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Merge of (#9825) test to Vaadin 7.Anna Koskinen2012-12-192-0/+212
| | | | | | | Button with shortcut broken if the shortcut is rendered before the button. Change-Id: Icba93a76c07562b1c2988f23851dc451ce044136
* Replaced ComponentErrorHandler with generic ErrorHandler (#10231)Artur Signell2012-11-211-2/+2
| | | | | | | | | | | | * Replaced AbstractComponent ErrorHandler with ClientConnector level error handler. Now uses the same ErrorHandler as other parts of the framework. * Made error handling hierarchical so that the error handler of the connector where the error occured or its ancestors is used. Falls back to VaadinSession ErrorHandler. * Changed ErrorEvent to be a class as all other events in the framework * Renamed ErrorListener to ErrorHandler and DefaultErrorListener to DefaultErrorHandler for consistency * Unified error handling in AbstractCommunicationManager * Unified error handling in VaadinServlet and VaadinPortlet * Removed superfluous ErrorEvent implementations (#10232) Change-Id: Ied518e05209fe54685f4bebab0709b1cd5584fd1
* Global code cleanupLeif Åstrand2012-11-211-1/+0
| | | | Change-Id: I14f46e6aa4f9cbdd9037f1c4ad1ac38fe7cbda86
* Removed com.vaadin.server.Terminal (#10230)Artur Signell2012-11-201-1/+2
| | | | | | Moved Terminal.ErrorEvent and Terminal.ErrorListener to com.vaadin.server Change-Id: I4ce67722b88abc38fd740c5980836b24e511a63b
* Remove Window.addComponent() (#2924)Henri Sara2012-11-141-2/+6
| | | | Change-Id: Ida3269e3cce906fd4b55c5e1049b24e0ff383289
* 10030 Button.DisableOnClick not working properlyPekka Hyvönen2012-11-052-0/+144
| | | | Change-Id: I0514bc4da186360a84d9cdb48140245108847115
* Move LegacyWindow to its own file (#9917)Johannes Dahlström2012-11-021-1/+1
| | | | Change-Id: Iac2f000dfcc9dc8c52d45b83842dfa0d8382c1d5
* Renamed tests -> uitest and tests/testbench -> uitest/src (#9299)Artur Signell2012-08-3027-0/+1422