Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
Description
-
Hide
- Case8512Example2.war
- 6.15 MB
- Arran Mccullough
-
- META-INF/MANIFEST.MF 0.1 kB
- META-INF/context.xml 0.1 kB
- WEB-INF/classes/.../example/TestBean.class 1 kB
- WEB-INF/faces-config.xml 0.5 kB
- WEB-INF/lib/FastInfoset.jar 285 kB
- WEB-INF/lib/backport-util-concurrent.jar 319 kB
- WEB-INF/lib/commons-beanutils.jar 226 kB
- WEB-INF/lib/commons-collections.jar 558 kB
- WEB-INF/lib/commons-digester.jar 140 kB
- WEB-INF/lib/commons-discovery.jar 75 kB
- WEB-INF/lib/commons-el.jar 110 kB
- WEB-INF/lib/commons-fileupload.jar 56 kB
- WEB-INF/lib/commons-lang.jar 240 kB
- WEB-INF/lib/commons-logging.jar 52 kB
- WEB-INF/lib/icefaces-comps.jar 1.93 MB
- WEB-INF/lib/icefaces.jar 1.06 MB
- WEB-INF/lib/jsf-api.jar 356 kB
- WEB-INF/lib/jsf-impl.jar 778 kB
- WEB-INF/lib/jstl.jar 20 kB
- WEB-INF/web.xml 3 kB
- index.jsp 0.1 kB
- js/config.js 1 kB
- main.jspx 4 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
inputRichText doesn't steal focus anymore.
Modified: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\inputrichtext\fckeditor_ext.js
Sending content: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\inputrichtext\fckeditor_ext.js
Completed: At revision: 19178
Tested on ICEfaces trunk revision 19184 + Tomcat 6.0
- tested successfully on FF3.5, Opera9.64
- however, when testing on IE 6 and 7, focus can be set through the outputBody focus attribute, but not the binding's requestFocus() method.
Test app added to repo\qa\trunk\Regression\ICE-4760. In the test application, Test button is the one gets focus after loading (set by outputBody focus), and by clicking the Request Focus button (through requestFocus() method)
Comments are invalid for this case, the IE6, IE7 issue has nothing to do with inputRichText component, you can see the same behaviour even if you remove the inputRichText from the page. Please create a separate JIRA, mentioning which component doesn't work with request focus.
Thanks,
ICE-4870 is created for the IE requestFocus() not working issue
Couldn't we just remove the self-focus behavior from the inputRichText component? Maybe add a new attribute to disable it?