[JBoss JIRA] Created: (RF-2479) inputNumberSlider: minValue & maxValue allow to input data with wrong type. String value is displayed on rich:inputNumberSlider & leads to component hovering.
by Mikhail Vitenkov (JIRA)
inputNumberSlider: minValue & maxValue allow to input data with wrong type. String value is displayed on rich:inputNumberSlider & leads to component hovering.
--------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: RF-2479
URL: http://jira.jboss.com/jira/browse/RF-2479
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: IE6, IE7, FF, Safari(3.2.0.CR2)
Reporter: Mikhail Vitenkov
Assigned To: Nick Belaevski
Attachments: inputNumberSliderMinMax.png
Step 1. Navigate to page contained tested rich:inputNumberSlider component.
Step 2. Set minValue attribute to "asfasdf" string value.
Step 3. Verify value displayed as minValue on the inputNumberSlider component(left side).
Step 4. Try to drag component's pointer.
Step 5. Try to input any value in component's input box.
Step 6. Repeat Step 2-5 for maxValue inputNumberSlider's attribute.
Actual behavior:
There are no restrictions to set minValue & maxValue attributes to value with wrong type(not int). After wrong value is inputed & displayed on component - component became disabled(input box & slider are disabled). For more information see attached inputNumberSliderMinMax.png
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 10 months
[JBoss JIRA] Created: (RF-4118) modalPanel: using with rich:inplaceSelect under Safari leads to: 1) absence of inplaseSelect component's popup list vertical scroll; 2) incorect component's value displaying, when no item selected.
by Mikhail Vitenkov (JIRA)
modalPanel: using with rich:inplaceSelect under Safari leads to: 1) absence of inplaseSelect component's popup list vertical scroll; 2) incorect component's value displaying, when no item selected.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: RF-4118
URL: https://jira.jboss.org/jira/browse/RF-4118
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: ie6, ie7, ff 3.1, safari 3.1, opera 9.5(3.2.2.BETA3)
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
Priority: Minor
# Create modalPanel with inplaceSelect inside following way:
<rich:modalPanel id="modalPanel2ID" minHeight="100" minWidth="200"
resizeable="true" keepVisualState="true" showWhenRendered="true">
<h:form>
<h:outputLink
onclick="Richfaces.hideModalPanel('modalPanel2ID');return false;"
value="Close">
<f:verbatim>Close</f:verbatim>
</h:outputLink>
<br/>
<rich:inplaceSelect>
<f:selectItem itemValue="item1" itemLabel="item1"/>
<f:selectItem itemValue="item2" itemLabel="item2"/>
<f:selectItem itemValue="item3" itemLabel="item3"/>
</rich:inplaceSelect>
</h:form>
</rich:modalPanel>
# Navigate on the page under Safari
# Call inplaceSelect rich component's popup - !1
# Don't select any item, just click mouse out -!2
Actual behavior:
!1: Vertical scroll is absent. Plus under facelets(jsf1_2.09) popup appears in wrong place(see attached screenshot).
!2: Incorect value instead of empty value appears in inplaceSelect input under jsp-myfaces only(see screenshot).
--
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
15 years, 10 months