[JBoss JIRA] Created: (RF-9340) inputs base JS refactoring: autocomplete and inplaceSelect not suing any shared js for popup functionality.
by Ilya Shaikovsky (JIRA)
inputs base JS refactoring: autocomplete and inplaceSelect not suing any shared js for popup functionality.
-----------------------------------------------------------------------------------------------------------
Key: RF-9340
URL: https://jira.jboss.org/browse/RF-9340
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone3
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Priority: Critical
Fix For: 4.0.0.Milestone4
there should be some object which fully responsible for popup list representation construction and show/hide/select item inside functionality.
for now Anton do not get the autocomplete script as he reviewed it and it has additional functionality which relies on the fact that it based on input. (intering inside causes filtering in list and so on)
So both components for now has it's own impl for popup functionlity.
I believe critical as such impls breaks "clean-up" and "improve design" ideas for 4.x
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] Created: (RF-5320) inputNumberSlider: incorrect slider position with rich:tabPanel
by Tsikhon Kuprevich (JIRA)
inputNumberSlider: incorrect slider position with rich:tabPanel
---------------------------------------------------------------
Key: RF-5320
URL: https://jira.jboss.org/jira/browse/RF-5320
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: jsp
myfaces 1.2.5
tomcat 6
Reporter: Tsikhon Kuprevich
Assignee: Nick Belaevski
<body topmargin=20 leftmargin=20>
<h:form id="form">
<rich:tabPanel switchType="client">
<rich:tab label="First">
Here is tab #1
<rich:inputNumberSlider value="20" />
</rich:tab>
<rich:tab label="Second">
Here is tab #2
<rich:inputNumberSlider value="80" />
</rich:tab>
</rich:tabPanel>
<h:commandButton action="submit" value="Submit" />
<a4j:commandButton reRender="form" value="reRender"></a4j:commandButton>
</h:form>
</body>
Click on second tab
see image attached
--
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
13 years, 5 months