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

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

          People

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

            Dates

            • Created:
              Updated:
              Resolved: