[
https://jira.jboss.org/jira/browse/RF-3600?page=com.atlassian.jira.plugin...
]
Konstantin Mishin updated RF-3600:
----------------------------------
Component/s: auto-tests
Description:
<h:form id="form" >
<h:panelGroup id="test" >
<rich:modalPanel id="mp" showWhenRendered="true"
width="550">
<rich:inputNumberSlider id="slider"
minValue="0"
maxValue="100"
value="50"
barStyle="width: 500px;" />
<a4j:commandButton id="comm" reRender="test"
value="Re-render" />
</rich:modalPanel>
</h:panelGroup>
</h:form>
Should be checked in selenium tests:
InputNumberSliderTest.testInputNumberSlider
Small arrow should be places in the center of slider bar for this example. But really it
is moved to the first slider position (see pictures for details). Under IE bug is
reproducible immediately, under FF and Opera only after ajax re-rendering.
was:
<h:form id="form" >
<h:panelGroup id="test" >
<rich:modalPanel id="mp" showWhenRendered="true"
width="550">
<rich:inputNumberSlider id="slider"
minValue="0"
maxValue="100"
value="50"
barStyle="width: 500px;" />
<a4j:commandButton id="comm" reRender="test"
value="Re-render" />
</rich:modalPanel>
</h:panelGroup>
</h:form>
Small arrow should be places in the center of slider bar for this example. But really it
is moved to the first slider position (see pictures for details). Under IE bug is
reproducible immediately, under FF and Opera only after ajax re-rendering.
Input number slider has wrong handle position inside modal panel.
-----------------------------------------------------------------
Key: RF-3600
URL:
https://jira.jboss.org/jira/browse/RF-3600
Project: RichFaces
Issue Type: Bug
Components: auto-tests
Affects Versions: 3.2.1
Environment: IE, FF, Opera
Reporter: Sergey Halipov
Assignee: Nick Belaevski
Priority: Minor
Fix For: Future
Attachments: correctPosition.png, wrongPosition.png
<h:form id="form" >
<h:panelGroup id="test" >
<rich:modalPanel id="mp" showWhenRendered="true"
width="550">
<rich:inputNumberSlider id="slider"
minValue="0"
maxValue="100"
value="50"
barStyle="width: 500px;" />
<a4j:commandButton id="comm" reRender="test"
value="Re-render" />
</rich:modalPanel>
</h:panelGroup>
</h:form>
Should be checked in selenium tests:
InputNumberSliderTest.testInputNumberSlider
Small arrow should be places in the center of slider bar for this example. But really it
is moved to the first slider position (see pictures for details). Under IE bug is
reproducible immediately, under FF and Opera only after ajax re-rendering.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira