ICEfaces
  1. ICEfaces
  2. ICE-4961

On partialSubmit of any component, inputRichText gets focus, only in IE

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.8.1, 1.8.2-RC1
    • Fix Version/s: 1.8.2
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      IE

      Description

      When an input component executes a partialSubmit the inputRichText component on the page gets focus no matter where it is on the page. This behavior is not seen in Firefox.

        Activity

        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Assignee Priority P2
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #19943 Thu Dec 10 14:01:36 MST 2009 adnan.durrani 1.8.2EE inputRichText changes moved to Compat inputRichText towards ICE-4481. The changes include the fix of following JIRAs ICE-4495, ICE-4424, ICE-3965, ICE-4698, ICE-4760, ICE-4850, ICE-4758, ICE-4961
        Files Changed
        Commit graph MODIFY /icefaces/scratchpads/glimmer/compat/components/src/main/java/com/icesoft/faces/component/inputrichtext/fckeditor_ext.js
        Commit graph MODIFY /icefaces/scratchpads/glimmer/compat/components/src/main/java/com/icesoft/faces/component/inputrichtext/fckeditor.zip
        Commit graph MODIFY /icefaces/scratchpads/glimmer/compat/components/src/main/java/com/icesoft/faces/component/inputrichtext/InputRichTextRenderer.java
        Hide
        Joanne Bai added a comment -

        Verified with success on 1.8.2 build3 using IE6 and IE7

        Test app was added to repo\qa\trunk\Regression\ICE-4961

        Show
        Joanne Bai added a comment - Verified with success on 1.8.2 build3 using IE6 and IE7 Test app was added to repo\qa\trunk\Regression\ ICE-4961
        Adnan Durrani made changes -
        Status In Progress [ 3 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Hide
        Adnan Durrani added a comment -

        Fixed.

        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: 19299

        Show
        Adnan Durrani added a comment - Fixed. 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: 19299
        Adnan Durrani made changes -
        Status Open [ 1 ] In Progress [ 3 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #19299 Thu Sep 24 13:28:17 MDT 2009 adnan.durrani Fix for ICE-4961 (On partialSubmit of any component, inputRichText gets focus, only in IE)
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/inputrichtext/fckeditor_ext.js
        Ken Fyten made changes -
        Fix Version/s 1.8.2 [ 10190 ]
        Assignee Priority P2
        Assignee Adnan Durrani [ adnan.durrani ]
        Arran Mccullough made changes -
        Attachment Case8653Example.war [ 12001 ]
        Hide
        Arran Mccullough added a comment -

        Test Case Code:

        <ice:form>
        <ice:panelGrid columns="2">
        <ice:outputText value="Menu:"/>
        <ice:selectOneMenu value="#

        {testBean.menuValue}

        "
        partialSubmit="true"
        valueChangeListener="#

        {testBean.menuValueChanged}

        ">
        <f:selectItem itemLabel="Item One" itemValue="one"/>
        <f:selectItem itemLabel="Item Two" itemValue="two"/>
        <f:selectItem itemLabel="Item Three" itemValue="three"/>
        <f:selectItem itemLabel="Item Four" itemValue="four"/>
        <f:selectItem itemLabel="Item Five" itemValue="five"/>
        </ice:selectOneMenu>
        <ice:outputText value="Input:"/>
        <ice:inputText />
        <ice:outputText value="Input:"/>
        <ice:inputText />
        <ice:outputText value="Input:"/>
        <ice:inputText />
        <ice:outputText value="Input:"/>
        <ice:inputText />
        <ice:outputText value="Input:"/>
        <ice:inputText />
        <ice:outputText value="Rich Text:"/>
        <ice:inputRichText toolbar="Basic"
        saveOnSubmit="true"
        binding="#

        {testBean.richTextComp}

        "
        value="#

        {testBean.richTextValue}

        "
        id="richText1"
        height="108" width="802"/>
        </ice:panelGrid>

        </ice:form>

        Show
        Arran Mccullough added a comment - Test Case Code: <ice:form> <ice:panelGrid columns="2"> <ice:outputText value="Menu:"/> <ice:selectOneMenu value="# {testBean.menuValue} " partialSubmit="true" valueChangeListener="# {testBean.menuValueChanged} "> <f:selectItem itemLabel="Item One" itemValue="one"/> <f:selectItem itemLabel="Item Two" itemValue="two"/> <f:selectItem itemLabel="Item Three" itemValue="three"/> <f:selectItem itemLabel="Item Four" itemValue="four"/> <f:selectItem itemLabel="Item Five" itemValue="five"/> </ice:selectOneMenu> <ice:outputText value="Input:"/> <ice:inputText /> <ice:outputText value="Input:"/> <ice:inputText /> <ice:outputText value="Input:"/> <ice:inputText /> <ice:outputText value="Input:"/> <ice:inputText /> <ice:outputText value="Input:"/> <ice:inputText /> <ice:outputText value="Rich Text:"/> <ice:inputRichText toolbar="Basic" saveOnSubmit="true" binding="# {testBean.richTextComp} " value="# {testBean.richTextValue} " id="richText1" height="108" width="802"/> </ice:panelGrid> </ice:form>
        Arran Mccullough made changes -
        Field Original Value New Value
        Salesforce Case [5007000000A6f5q]
        Arran Mccullough created issue -

          People

          • Assignee:
            Adnan Durrani
            Reporter:
            Arran Mccullough
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: