]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
13 years agotest script for #6376
Matti Tahvonen [Mon, 18 Apr 2011 14:21:13 +0000 (14:21 +0000)]
test script for #6376

svn changeset:18361/svn branch:6.5

13 years agofixes #6376
Matti Tahvonen [Mon, 18 Apr 2011 14:13:21 +0000 (14:13 +0000)]
fixes #6376

svn changeset:18359/svn branch:6.5

13 years agosvn changeset:18358/svn branch:6.5
Matti Tahvonen [Mon, 18 Apr 2011 14:10:49 +0000 (14:10 +0000)]
svn changeset:18358/svn branch:6.5

13 years agofixes #6213
Matti Tahvonen [Mon, 18 Apr 2011 12:22:58 +0000 (12:22 +0000)]
fixes #6213

svn changeset:18357/svn branch:6.5

13 years agomerged fix for #6815
Matti Tahvonen [Mon, 18 Apr 2011 11:00:53 +0000 (11:00 +0000)]
merged fix for #6815

svn changeset:18351/svn branch:6.5

13 years agofixes #6850
Matti Tahvonen [Mon, 18 Apr 2011 07:13:33 +0000 (07:13 +0000)]
fixes #6850

svn changeset:18341/svn branch:6.5

13 years agomerged fix for #6849
Matti Tahvonen [Fri, 15 Apr 2011 15:00:22 +0000 (15:00 +0000)]
merged fix for #6849

svn changeset:18336/svn branch:6.5

13 years agomerged fix for #6713
Matti Tahvonen [Fri, 15 Apr 2011 14:42:08 +0000 (14:42 +0000)]
merged fix for #6713

svn changeset:18334/svn branch:6.5

13 years agoUpped VERSION
Jonatan Kronqvist [Fri, 15 Apr 2011 08:22:38 +0000 (08:22 +0000)]
Upped VERSION

svn changeset:18312/svn branch:6.5

13 years agoUpdated supported browser versions in release-notes
Jonatan Kronqvist [Thu, 14 Apr 2011 16:35:40 +0000 (16:35 +0000)]
Updated supported browser versions in release-notes

svn changeset:18303/svn branch:6.5

13 years ago#6788,#6197 : improved the logic of choosing focused row when new set of rows is...
Matti Tahvonen [Thu, 14 Apr 2011 14:09:46 +0000 (14:09 +0000)]
#6788,#6197 : improved the logic of choosing focused row when new set of rows is received from the server. Now should not be jumpy if selected row close the viewport

svn changeset:18300/svn branch:6.5

13 years ago#6788,#6197 : stabilize dom structure of helper class to aid testing
Matti Tahvonen [Thu, 14 Apr 2011 14:08:10 +0000 (14:08 +0000)]
#6788,#6197 : stabilize dom structure of helper class to aid testing

svn changeset:18299/svn branch:6.5

13 years agoavoid unnecessary focusing
Matti Tahvonen [Thu, 14 Apr 2011 13:49:38 +0000 (13:49 +0000)]
avoid unnecessary focusing

svn changeset:18298/svn branch:6.5

13 years ago#6788,#6197 : lifted modifications done in scrolltable to helper class
Matti Tahvonen [Thu, 14 Apr 2011 13:27:39 +0000 (13:27 +0000)]
#6788,#6197 : lifted modifications done in scrolltable to helper class

svn changeset:18296/svn branch:6.5

13 years agoRevert the update of the testbench testcases, since the issue has been fixed elsewhere
Jonatan Kronqvist [Thu, 14 Apr 2011 13:16:39 +0000 (13:16 +0000)]
Revert the update of the testbench testcases, since the issue has been fixed elsewhere

This reverts commit 0caff44b1185b4179728d55c22ce48e7995183ec.

svn changeset:18295/svn branch:6.5

13 years ago#6788,#6197 : lifted modifications done in scrolltable to helper class
Matti Tahvonen [Thu, 14 Apr 2011 13:14:39 +0000 (13:14 +0000)]
#6788,#6197 : lifted modifications done in scrolltable to helper class

svn changeset:18294/svn branch:6.5

13 years agofocus now stays put when context menu or column selector is used
Matti Tahvonen [Thu, 14 Apr 2011 12:45:52 +0000 (12:45 +0000)]
focus now stays put when context menu or column selector is used

svn changeset:18292/svn branch:6.5

13 years agoUpdated releasenotes
Jonatan Kronqvist [Thu, 14 Apr 2011 11:08:33 +0000 (11:08 +0000)]
Updated releasenotes

svn changeset:18290/svn branch:6.5

13 years agoUpdated the testbench testcases that broke due to the VScrollTable DOM changes
Jonatan Kronqvist [Thu, 14 Apr 2011 11:08:33 +0000 (11:08 +0000)]
Updated the testbench testcases that broke due to the VScrollTable DOM changes

svn changeset:18289/svn branch:6.5

13 years agoVDragAndDropManager now replacable via deferred binding
Matti Tahvonen [Thu, 14 Apr 2011 09:22:27 +0000 (09:22 +0000)]
VDragAndDropManager now replacable via deferred binding

svn changeset:18283/svn branch:6.5

13 years agominor refactoring
Matti Tahvonen [Thu, 14 Apr 2011 08:47:36 +0000 (08:47 +0000)]
minor refactoring

svn changeset:18282/svn branch:6.5

13 years ago#6788 - Changes from code review
Jonatan Kronqvist [Thu, 14 Apr 2011 08:25:11 +0000 (08:25 +0000)]
#6788 - Changes from code review

svn changeset:18280/svn branch:6.5

13 years ago#6788 - Fixed a focus issue in Firefox and removed unnecessary key handling code...
Jonatan Kronqvist [Thu, 14 Apr 2011 07:46:03 +0000 (07:46 +0000)]
#6788 - Fixed a focus issue in Firefox and removed unnecessary key handling code from table headers. This should also fix #6774

svn changeset:18279/svn branch:6.5

13 years ago#6788 - incorporated Matti's patch which fixes most of the scrolling issues and remov...
Jonatan Kronqvist [Wed, 13 Apr 2011 10:47:38 +0000 (10:47 +0000)]
#6788 - incorporated Matti's patch which fixes most of the scrolling issues and removed the focus outline from the table body which fixes the rest of the scrolling issues.

svn changeset:18265/svn branch:6.5

13 years agoTest case for #6788
Jonatan Kronqvist [Wed, 13 Apr 2011 10:47:38 +0000 (10:47 +0000)]
Test case for #6788

svn changeset:18264/svn branch:6.5

13 years agoDetails for exceptions that never happens
Matti Tahvonen [Tue, 12 Apr 2011 07:39:21 +0000 (07:39 +0000)]
Details for exceptions that never happens

svn changeset:18217/svn branch:6.5

13 years agoTest for #6781
Artur Signell [Mon, 11 Apr 2011 11:26:28 +0000 (11:26 +0000)]
Test for #6781

svn changeset:18203/svn branch:6.5

13 years agoTest for #6781
Artur Signell [Mon, 11 Apr 2011 11:21:37 +0000 (11:21 +0000)]
Test for #6781

svn changeset:18202/svn branch:6.5

13 years ago#6781 Recalculate tab width on selection
Artur Signell [Mon, 11 Apr 2011 11:17:17 +0000 (11:17 +0000)]
#6781 Recalculate tab width on selection

svn changeset:18201/svn branch:6.5

13 years agofixes #6283
Matti Tahvonen [Mon, 11 Apr 2011 09:40:35 +0000 (09:40 +0000)]
fixes #6283

svn changeset:18197/svn branch:6.5

13 years agoTest for #6774
Artur Signell [Mon, 11 Apr 2011 09:23:01 +0000 (09:23 +0000)]
Test for #6774

svn changeset:18195/svn branch:6.5

13 years ago#6731 - focus on the node's caption instead of the element in order to avoid unnecess...
Jonatan Kronqvist [Fri, 8 Apr 2011 12:47:46 +0000 (12:47 +0000)]
#6731 - focus on the node's caption instead of the element in order to avoid unnecessary scrolling

svn changeset:18186/svn branch:6.5

13 years agoFix javadoc error that caused Eclipse not to be able to save the file when using...
Henri Sara [Fri, 8 Apr 2011 12:27:05 +0000 (12:27 +0000)]
Fix javadoc error that caused Eclipse not to be able to save the file when using save actions.

svn changeset:18183/svn branch:6.5

13 years ago#6197 - Table focus outline appears also when clicking on items. Keyboard navigation...
Jonatan Kronqvist [Fri, 8 Apr 2011 12:01:12 +0000 (12:01 +0000)]
#6197 - Table focus outline appears also when clicking on items. Keyboard navigation works again after tabbing out and back in.

svn changeset:18180/svn branch:6.5

13 years ago#1719 Create a Oracle WebLogic Portal integration test
Mikael Grankvist [Fri, 8 Apr 2011 06:19:01 +0000 (06:19 +0000)]
#1719 Create a Oracle WebLogic Portal integration test

svn changeset:18167/svn branch:6.5

13 years ago#6785, #6401: UIDL requests are now handled even though request does not know the...
Matti Tahvonen [Thu, 7 Apr 2011 12:08:25 +0000 (12:08 +0000)]
#6785, #6401: UIDL requests are now handled even though request does not know the content length

svn changeset:18158/svn branch:6.5

13 years agoCleaned up the fix for #6731
Jonatan Kronqvist [Thu, 7 Apr 2011 09:50:44 +0000 (09:50 +0000)]
Cleaned up the fix for #6731

svn changeset:18149/svn branch:6.5

13 years ago#6784 - updated test case with correct ticket number
Jonatan Kronqvist [Thu, 7 Apr 2011 08:35:22 +0000 (08:35 +0000)]
#6784 - updated test case with correct ticket number

svn changeset:18148/svn branch:6.5

13 years ago#6367 - remove focus outline from table header cell
Jonatan Kronqvist [Thu, 7 Apr 2011 08:29:09 +0000 (08:29 +0000)]
#6367 - remove focus outline from table header cell

svn changeset:18146/svn branch:6.5

13 years agoRemoved code that was commented out #6197
Jonatan Kronqvist [Thu, 7 Apr 2011 08:29:08 +0000 (08:29 +0000)]
Removed code that was commented out #6197

svn changeset:18145/svn branch:6.5

13 years agoTest case and fix for #6784
Jonatan Kronqvist [Thu, 7 Apr 2011 07:43:26 +0000 (07:43 +0000)]
Test case and fix for #6784

svn changeset:18144/svn branch:6.5

13 years agofixes #6772: dropped files now work again
Matti Tahvonen [Wed, 6 Apr 2011 13:22:11 +0000 (13:22 +0000)]
fixes #6772: dropped files now work again

svn changeset:18134/svn branch:6.5

13 years ago#6367 - Allow keyboard navigation again after sorting a table
Jonatan Kronqvist [Wed, 6 Apr 2011 12:39:38 +0000 (12:39 +0000)]
#6367 - Allow keyboard navigation again after sorting a table

svn changeset:18130/svn branch:6.5

13 years agoCleaned up #6197 - moved keyboard handling from the table body to the table rows
Jonatan Kronqvist [Wed, 6 Apr 2011 11:10:46 +0000 (11:10 +0000)]
Cleaned up #6197 - moved keyboard handling from the table body to the table rows

svn changeset:18129/svn branch:6.5

13 years agoFixed #6731 - tree no longer scrolls when an item is selected.
Jonatan Kronqvist [Wed, 6 Apr 2011 10:46:32 +0000 (10:46 +0000)]
Fixed #6731 - tree no longer scrolls when an item is selected.

svn changeset:18127/svn branch:6.5

13 years agofixes #6772: Application resources and stream variables now relatively parsed on...
Matti Tahvonen [Wed, 6 Apr 2011 09:43:35 +0000 (09:43 +0000)]
fixes #6772: Application resources and stream variables now relatively parsed on the client side -> works better in some reverse proxy setups

svn changeset:18126/svn branch:6.5

13 years agoAlso click the button to ensure no extra layout click events are sent
Artur Signell [Mon, 4 Apr 2011 10:40:44 +0000 (10:40 +0000)]
Also click the button to ensure no extra layout click events are sent

svn changeset:18091/svn branch:6.5

13 years ago#6754 Added missing requestRepaint calls
Artur Signell [Mon, 4 Apr 2011 10:22:09 +0000 (10:22 +0000)]
#6754 Added missing requestRepaint calls

svn changeset:18090/svn branch:6.5

13 years agoFixes #6367 - huge tables no longer jump when clicking headers to sort
Jonatan Kronqvist [Fri, 1 Apr 2011 10:56:52 +0000 (10:56 +0000)]
Fixes #6367 - huge tables no longer jump when clicking headers to sort

svn changeset:18076/svn branch:6.5

13 years agoUpdated testbench recording that broke due to changed test case layout in rev [18068]
Jonatan Kronqvist [Fri, 1 Apr 2011 10:56:52 +0000 (10:56 +0000)]
Updated testbench recording that broke due to changed test case layout in rev [18068]

svn changeset:18075/svn branch:6.5

13 years agoMerge branch '6197-table-scrolls-on-focus'
Jonatan Kronqvist [Fri, 1 Apr 2011 07:21:52 +0000 (07:21 +0000)]
Merge branch '6197-table-scrolls-on-focus'

svn changeset:18068/svn branch:6.5

13 years agoTest for #6731
Artur Signell [Thu, 31 Mar 2011 13:18:19 +0000 (13:18 +0000)]
Test for #6731

svn changeset:18065/svn branch:6.5

13 years agoPrint more info on ItemClickEvents
Artur Signell [Thu, 31 Mar 2011 12:44:00 +0000 (12:44 +0000)]
Print more info on ItemClickEvents

svn changeset:18061/svn branch:6.5

13 years ago#6590 Do not try to remove collapsed items when there are no collapsed items
Artur Signell [Thu, 31 Mar 2011 11:06:43 +0000 (11:06 +0000)]
#6590 Do not try to remove collapsed items when there are no collapsed items

svn changeset:18054/svn branch:6.5

13 years agoTest for #6590
Artur Signell [Thu, 31 Mar 2011 11:06:20 +0000 (11:06 +0000)]
Test for #6590

svn changeset:18053/svn branch:6.5

13 years agoSort printed values to avoid dependency on server/JDK
Artur Signell [Thu, 31 Mar 2011 10:59:42 +0000 (10:59 +0000)]
Sort printed values to avoid dependency on server/JDK

svn changeset:18052/svn branch:6.5

13 years ago#6682 Added comment about why the fix works
Artur Signell [Thu, 31 Mar 2011 07:13:09 +0000 (07:13 +0000)]
#6682 Added comment about why the fix works

svn changeset:18042/svn branch:6.5

13 years agoUgly workaround for #6682 that ensures getAbsoluteTop/getAbsoluteLeft always return...
Artur Signell [Thu, 31 Mar 2011 06:16:12 +0000 (06:16 +0000)]
Ugly workaround for #6682 that ensures getAbsoluteTop/getAbsoluteLeft always return an integer for Webkit

svn changeset:18040/svn branch:6.5

13 years agoUpped VERSION
Jonatan Kronqvist [Tue, 29 Mar 2011 06:40:41 +0000 (06:40 +0000)]
Upped VERSION

svn changeset:17987/svn branch:6.5

13 years ago#6687 : reverted part of api extension, not really needed. Merge from 6.6 branch.
Matti Tahvonen [Fri, 25 Mar 2011 13:49:59 +0000 (13:49 +0000)]
#6687 : reverted part of api extension, not really needed. Merge from 6.6 branch.

svn changeset:17945/svn branch:6.5

13 years ago#6573 Caption Text Length in Firefox 4.0
Artur Signell [Fri, 25 Mar 2011 12:41:09 +0000 (12:41 +0000)]
#6573 Caption Text Length in Firefox 4.0

svn changeset:17940/svn branch:6.5

13 years ago#6692 Disable delayed text setting in Firefox 4
Artur Signell [Fri, 25 Mar 2011 10:24:34 +0000 (10:24 +0000)]
#6692 Disable delayed text setting in Firefox 4

svn changeset:17935/svn branch:6.5

13 years ago#6689 Enable testing in IE9
Artur Signell [Fri, 25 Mar 2011 07:36:50 +0000 (07:36 +0000)]
#6689 Enable testing in IE9

svn changeset:17927/svn branch:6.5

13 years agomerged #6687 fix from 6.6
Matti Tahvonen [Thu, 24 Mar 2011 16:12:01 +0000 (16:12 +0000)]
merged #6687 fix from 6.6

svn changeset:17920/svn branch:6.5

13 years ago#6685 servlet fix applied to portlets aswell
Artur Signell [Thu, 24 Mar 2011 11:32:16 +0000 (11:32 +0000)]
#6685 servlet fix applied to portlets aswell

Clear the whole app div before adding any content

svn changeset:17909/svn branch:6.5

13 years agoPotential fix for #6685 High CPU usage for any Vaadin application in IE9 - Moved...
Artur Signell [Thu, 24 Mar 2011 10:29:59 +0000 (10:29 +0000)]
Potential fix for #6685 High CPU usage for any Vaadin application in IE9 - Moved v-app-loading class to separate div inside v-app

svn changeset:17907/svn branch:6.5

13 years ago#6435 Enable testing in Firefox 4
Artur Signell [Thu, 24 Mar 2011 08:44:51 +0000 (08:44 +0000)]
#6435 Enable testing in Firefox 4

svn changeset:17905/svn branch:6.5

13 years ago#3529 Listen to icon onload events and resize Tree if needed
Artur Signell [Tue, 22 Mar 2011 13:46:53 +0000 (13:46 +0000)]
#3529 Listen to icon onload events and resize Tree if needed

svn changeset:17874/svn branch:6.5

13 years agoTest for #3529
Artur Signell [Tue, 22 Mar 2011 13:07:15 +0000 (13:07 +0000)]
Test for #3529

svn changeset:17872/svn branch:6.5

13 years agoRemoved extra waitForVaadin commands
Artur Signell [Mon, 21 Mar 2011 16:05:10 +0000 (16:05 +0000)]
Removed extra waitForVaadin commands

svn changeset:17863/svn branch:6.5

13 years agoUpdated to use Vaadin locator to be more reliable
Artur Signell [Mon, 21 Mar 2011 15:36:47 +0000 (15:36 +0000)]
Updated to use Vaadin locator to be more reliable

svn changeset:17862/svn branch:6.5

13 years agoFixed fault in integration script
Mikael Grankvist [Fri, 18 Mar 2011 06:32:22 +0000 (06:32 +0000)]
Fixed fault in integration script

svn changeset:17831/svn branch:6.5

13 years ago#6269
Mikael Grankvist [Thu, 17 Mar 2011 13:55:48 +0000 (13:55 +0000)]
#6269
Integration tests for eXo portal (portlet 2)

svn changeset:17826/svn branch:6.5

13 years agoChrome, Chrome, Chrome... You should not do stuff until you are ready for it. Your...
Artur Signell [Thu, 17 Mar 2011 12:59:30 +0000 (12:59 +0000)]
Chrome, Chrome, Chrome... You should not do stuff until you are ready for it. Your parent did just fine.

svn changeset:17823/svn branch:6.5

13 years ago#6644 Ensure all refs are inherited to parallel tasks
Artur Signell [Thu, 17 Mar 2011 10:53:42 +0000 (10:53 +0000)]
#6644 Ensure all refs are inherited to parallel tasks

svn changeset:17822/svn branch:6.5

13 years agoAlways publish the vaadin.jar file in teamcity to make releases easier to perform
Jonatan Kronqvist [Tue, 15 Mar 2011 08:52:03 +0000 (08:52 +0000)]
Always publish the vaadin.jar file in teamcity to make releases easier to perform

svn changeset:17772/svn branch:6.5

13 years agoUpped VERSION
Jonatan Kronqvist [Tue, 15 Mar 2011 07:40:20 +0000 (07:40 +0000)]
Upped VERSION

svn changeset:17771/svn branch:6.5

13 years agoIncreased pause to see if there is a Safari problem (should really pass now)
Artur Signell [Mon, 14 Mar 2011 10:34:58 +0000 (10:34 +0000)]
Increased pause to see if there is a Safari problem (should really pass now)

svn changeset:17751/svn branch:6.5

13 years agoMakes Window and Panel Focusable. #4384
John Alhroos [Fri, 11 Mar 2011 13:57:51 +0000 (13:57 +0000)]
Makes Window and Panel Focusable. #4384

svn changeset:17727/svn branch:6.5

13 years agoReverted [17697]
John Alhroos [Thu, 10 Mar 2011 11:16:08 +0000 (11:16 +0000)]
Reverted [17697]

svn changeset:17704/svn branch:6.5

13 years agoAdds mouse event details to Button.ClickEvent #6605
John Alhroos [Thu, 10 Mar 2011 08:36:33 +0000 (08:36 +0000)]
Adds mouse event details to Button.ClickEvent #6605

svn changeset:17697/svn branch:6.5

13 years agoFix for #5105
John Alhroos [Wed, 9 Mar 2011 12:37:00 +0000 (12:37 +0000)]
Fix for #5105

svn changeset:17684/svn branch:6.5

13 years agoImproved JavaDoc for Embedded.
John Alhroos [Wed, 9 Mar 2011 12:33:29 +0000 (12:33 +0000)]
Improved JavaDoc for Embedded.

svn changeset:17683/svn branch:6.5

13 years agoRevert "Tests now run in many threads in the same JVM instead of forking off a new...
Jonatan Kronqvist [Wed, 9 Mar 2011 07:46:54 +0000 (07:46 +0000)]
Revert "Tests now run in many threads in the same JVM instead of forking off a new JVM for each 'thread'"

This reverts [17666].

svn changeset:17677/svn branch:6.5

13 years agoCheck if attached in Timer instead of canceling timer on component detach. #6507
John Alhroos [Tue, 8 Mar 2011 13:37:10 +0000 (13:37 +0000)]
Check if attached in Timer instead of canceling timer on component detach. #6507

svn changeset:17673/svn branch:6.5

13 years agoAdded testbench test for #6507
John Alhroos [Tue, 8 Mar 2011 13:36:05 +0000 (13:36 +0000)]
Added testbench test for #6507

svn changeset:17672/svn branch:6.5

13 years agoFixed #6507
John Alhroos [Tue, 8 Mar 2011 13:17:56 +0000 (13:17 +0000)]
Fixed #6507

svn changeset:17671/svn branch:6.5

13 years agoChanged LayoutAttachListenerInfo to use screenshots to verify instead of asserts...
John Alhroos [Tue, 8 Mar 2011 12:43:37 +0000 (12:43 +0000)]
Changed LayoutAttachListenerInfo to use screenshots to verify instead of asserts on the notification.

svn changeset:17669/svn branch:6.5

13 years agoTests now run in many threads in the same JVM instead of forking off a new JVM for...
Jonatan Kronqvist [Tue, 8 Mar 2011 12:05:30 +0000 (12:05 +0000)]
Tests now run in many threads in the same JVM instead of forking off a new JVM for each 'thread'

svn changeset:17666/svn branch:6.5

13 years agoCode cleanup (removes an extra get operation)
John Alhroos [Tue, 8 Mar 2011 11:44:09 +0000 (11:44 +0000)]
Code cleanup (removes an extra get operation)

svn changeset:17665/svn branch:6.5

13 years agoFixes #6368
John Alhroos [Tue, 8 Mar 2011 11:24:58 +0000 (11:24 +0000)]
Fixes #6368

svn changeset:17663/svn branch:6.5

13 years agoTest for resizing MenuBar
Artur Signell [Tue, 8 Mar 2011 11:17:26 +0000 (11:17 +0000)]
Test for resizing MenuBar

svn changeset:17661/svn branch:6.5

13 years agoAdded a more generic test for #6368 which takes into account all layouts with positio...
John Alhroos [Tue, 8 Mar 2011 10:43:41 +0000 (10:43 +0000)]
Added a more generic test for #6368 which takes into account all layouts with positional information, not just AbsoluteLayout.

svn changeset:17660/svn branch:6.5

13 years agoAdded TestBench test for #6368
John Alhroos [Tue, 8 Mar 2011 10:02:31 +0000 (10:02 +0000)]
Added TestBench test for #6368

svn changeset:17659/svn branch:6.5

13 years agoChanged version of Flash to 6.0.0.0 and above. #6501
John Alhroos [Tue, 8 Mar 2011 08:23:33 +0000 (08:23 +0000)]
Changed version of Flash to 6.0.0.0 and above. #6501

svn changeset:17655/svn branch:6.5

13 years agoFixed missing ending clause in the <embed> tag. #6501
John Alhroos [Tue, 8 Mar 2011 08:20:31 +0000 (08:20 +0000)]
Fixed missing ending clause in the <embed> tag. #6501

svn changeset:17654/svn branch:6.5

13 years agoAdded Flash visibility TestBench test.
John Alhroos [Tue, 8 Mar 2011 08:12:21 +0000 (08:12 +0000)]
Added Flash visibility TestBench test.

svn changeset:17652/svn branch:6.5

13 years agoFixed flash issues and cleans up the Flash related code. #6501
John Alhroos [Tue, 8 Mar 2011 07:45:14 +0000 (07:45 +0000)]
Fixed flash issues and cleans up the Flash related code. #6501

svn changeset:17651/svn branch:6.5

13 years agoRe-enabled test which should pass after [17633]
Artur Signell [Mon, 7 Mar 2011 09:33:19 +0000 (09:33 +0000)]
Re-enabled test which should pass after [17633]

svn changeset:17634/svn branch:6.5

13 years ago#4285 Additional fix so IE does not force focus back to field when focusing another...
Artur Signell [Mon, 7 Mar 2011 09:31:26 +0000 (09:31 +0000)]
#4285 Additional fix so IE does not force focus back to field when focusing another component (needed for TestBench compatibility)

svn changeset:17633/svn branch:6.5