[JBoss JIRA] Created: (RF-2058) rich:inputNumberSlider allows to move pointer beyond the bar
by Piotrek Wierzbowski (JIRA)
rich:inputNumberSlider allows to move pointer beyond the bar
------------------------------------------------------------
Key: RF-2058
URL: http://jira.jboss.com/jira/browse/RF-2058
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Environment: IE7, FireFox
Reporter: Piotrek Wierzbowski
Priority: Minor
Fix For: 3.1.4
Attachments: IE7.jpg
I have defined <rich:inputNumberSlider id="interval" value="#{AutomatycznaSynchronizacjaCM.interval}" minValue="1" maxValue="240" step="1" width="400px" valueChangeListener="#{AutomatycznaSynchronizacjaCM.intervalChanged}" required="true"/>, it works ok, but there is a minor bug in behaviour, it allows to move pointer beyond bounds of the bar (horizontally only). Though it doesn't allow to set value out of boundry, if it's defined, it looks not very nice.
In FireFox pointer returns to maximum/minimum value when I realese mouse button out of boundaries, but in IE7 it stays there where I realesed button.
My RF version is 3.1.4 snapshot dated as 21 01 2008
--
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
18 years, 2 months
[JBoss JIRA] Created: (RF-1952) DropdownMenu: style attribute doesn't encode
by Nick Belaevski (JIRA)
DropdownMenu: style attribute doesn't encode
--------------------------------------------
Key: RF-1952
URL: http://jira.jboss.com/jira/browse/RF-1952
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: Facelets, 3.2.0
Reporter: Nick Belaevski
Assigned To: Alexej Kushunin
Fix For: 3.2.0
<rich:dropDownMenu style="height: 134px; border:1px solid #{a4jSkin.panelBorderColor}" value="Option1" direction="bottom-right" jointPoint="tr">
<rich:menuItem value="Suboption1-1" />
<rich:menuItem value="Suboption1-2">
<f:facet name="icon">
<h:graphicImage value="/richfaces/toolBar/images/print.gif" />
</f:facet>
</rich:menuItem>
<rich:menuItem value="Suboption1-3" />
</rich:dropDownMenu>
--
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
18 years, 2 months