From 8c4ddbb2837c8966551636cf140bba86c9671d1e Mon Sep 17 00:00:00 2001 From: Bogdan Udrescu Date: Thu, 7 Aug 2014 15:31:07 +0300 Subject: TabSheet focus/blur events fixed (#14304) 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 --- WebContent/html-tests/ComponentFocus.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 WebContent/html-tests/ComponentFocus.html (limited to 'WebContent/html-tests') diff --git a/WebContent/html-tests/ComponentFocus.html b/WebContent/html-tests/ComponentFocus.html new file mode 100644 index 0000000000..0a822520e0 --- /dev/null +++ b/WebContent/html-tests/ComponentFocus.html @@ -0,0 +1,16 @@ + + + + +Insert title here + + + + + + + + + \ No newline at end of file -- cgit v1.2.3