[JBoss JIRA] (RF-13343) Page Fragments: Re-implement setupFragmentFromWidget() methods using component options access
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13343?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-13343:
---------------------------------
Moved to Alpha3 as we hadn't chance to finish it before tagging.
We agreed to shift with with Pavol and Juraj.
> Page Fragments: Re-implement setupFragmentFromWidget() methods using component options access
> ---------------------------------------------------------------------------------------------
>
> Key: RF-13343
> URL: https://issues.jboss.org/browse/RF-13343
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: page-fragments
> Affects Versions: 5.0.0.Alpha2
> Reporter: Lukáš Fryč
> Assignee: Juraj Húska
> Fix For: 5.0.0.Alpha3
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> As we have discussed in RF-13335, we have two options available for accessing component options:
> * component uses {{BaseComponent}} (RF4 components)
> {code}
> RichFaces.component("j_idt108").options
> {code}
> * component uses {{jQuery UI Widget Factory}} (RF5 components)
> {code}
> $(document.getElementById("j_idt163:j_idt165Input")).autocomplete("option", "autoFocus")
> {code}
> We can use WebDriver's {{JavascriptExecutor}} to access widget settings.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] (RF-13343) Page Fragments: Re-implement setupFragmentFromWidget() methods using component options access
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13343?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč updated RF-13343:
----------------------------
Fix Version/s: 5.0.0.Alpha3
(was: 5.0.0.Alpha2)
> Page Fragments: Re-implement setupFragmentFromWidget() methods using component options access
> ---------------------------------------------------------------------------------------------
>
> Key: RF-13343
> URL: https://issues.jboss.org/browse/RF-13343
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: page-fragments
> Affects Versions: 5.0.0.Alpha2
> Reporter: Lukáš Fryč
> Assignee: Juraj Húska
> Fix For: 5.0.0.Alpha3
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> As we have discussed in RF-13335, we have two options available for accessing component options:
> * component uses {{BaseComponent}} (RF4 components)
> {code}
> RichFaces.component("j_idt108").options
> {code}
> * component uses {{jQuery UI Widget Factory}} (RF5 components)
> {code}
> $(document.getElementById("j_idt163:j_idt165Input")).autocomplete("option", "autoFocus")
> {code}
> We can use WebDriver's {{JavascriptExecutor}} to access widget settings.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] (RF-13401) Mobile Showcase: picklist and ordering list don't work
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13401?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13401:
------------------------------------
[~ppitonak] it works fine for me with the latest Chrome browser on my Samsung Galaxy S II. Can you do some investigations to determine if this is only broken on some specific browsers? No hurry, we can address this in 5.0.0.Alpha3.
We should file a new issue to track it though. This issue was resolved with the introduction of the Bootstrap CSS file.
> Mobile Showcase: picklist and ordering list don't work
> ------------------------------------------------------
>
> Key: RF-13401
> URL: https://issues.jboss.org/browse/RF-13401
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-selects, showcase
> Affects Versions: 5.0.0.Alpha2
> Environment: Showcase 5.0.0-SNAPSHOT
> iPad, Motorola Xoom, Android phones
> Reporter: Pavol Pitonak
> Assignee: Brian Leathem
> Labels: needs-qe
> Fix For: 5.0.0.Alpha2
>
> Attachments: picklist.png
>
>
> # open http://showcaselatest-richfaces.rhcloud.com on a mobile phone or tablet
> # open pick list demo
> result:
> * pick list is rendered wrong (see attached screenshot from Samsung S III mini)
> * ordering list looks similar
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months