[JBoss JIRA] (RF-13604) rich:editor is flickering on mouse hover
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13604?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13604:
------------------------------------
This may be addressed by an update to CKeditor 4. [~manovotn] this upgrade has already been done in RF 5. Can you determine whether or not this is still an issue in RF 5?
I've created RF-13638 to address upgrading to CKeditor in RichFaces 4.5.
> rich:editor is flickering on mouse hover
> ----------------------------------------
>
> Key: RF-13604
> URL: https://issues.jboss.org/browse/RF-13604
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.3.5
> Environment: Windows 7, Glassfish 4, Java 1.7, JSF2.2, Chrome (version 34.0.1847.116 m) or Internet Explorer (version 11.0.9600.16659)
> Reporter: Serge Rogatch
> Assignee: Matej Novotny
> Labels: editor, glassfish, jsf22
> Attachments: TutRichf1.zip
>
>
> Initially the rich:editor component didn't render, throwing some errors in JavaScript ( https://community.jboss.org/message/867978 ), however afterwards I was not able to reproduce that in a newly created project.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (RF-13633) PopupPanel - should validate width, height, minWidth, maxWidth and similar
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13633?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13633:
-------------------------------
Fix Version/s: 4.5-Tracking
> PopupPanel - should validate width, height, minWidth, maxWidth and similar
> --------------------------------------------------------------------------
>
> Key: RF-13633
> URL: https://issues.jboss.org/browse/RF-13633
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: component-output, doc
> Affects Versions: 4.3.7
> Reporter: Juraj Húska
> Priority: Minor
> Fix For: 4.5-Tracking
>
>
> Validation of {{popupPanel}} attributes like:
> * width
> * minWidth
> * maxWidth
> * height
> * minHeight
> * maxHeight
> should be in place, to avoid for example user setting {{width}} to 0.
> The documentation for {{minWidth}} is describing a state when an {{IllegalArgumentException}} is thrown, however, no exception is thrown at all.
> So at least we should remove these discrepancies.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (RF-13638) Upgrade CKEditor to 4.3 (and switch code to jQuery Widget Factory)
by Brian Leathem (JIRA)
Brian Leathem created RF-13638:
----------------------------------
Summary: Upgrade CKEditor to 4.3 (and switch code to jQuery Widget Factory)
Key: RF-13638
URL: https://issues.jboss.org/browse/RF-13638
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.3.4, 5.0.0.Alpha1
Reporter: barbara b
Assignee: Lukáš Fryč
Fix For: 5.0.0.Alpha4
All current versions of Richfaces are working with CKEditor 3.6.6. Would it be possible to make an upgrade of CKEditor to a version 4.3? Some plugins for CKEditor are only working with the 4.X versions of the editor.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (RF-12270) Allow RichFaces to bring new CSS/JS resources into the page after AJAX request
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12270?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-12270:
------------------------------------
[~jigg4] you are correct. The recommended workaround is to use resource optimisation to have all resources present in minified form.
> Allow RichFaces to bring new CSS/JS resources into the page after AJAX request
> ------------------------------------------------------------------------------
>
> Key: RF-12270
> URL: https://issues.jboss.org/browse/RF-12270
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: core, resource handling
> Affects Versions: 4.2.2.Final
> Reporter: Tomasz Kurpios
> Fix For: 5-Tracking
>
> Original Estimate: 2 days
> Remaining Estimate: 2 days
>
> Quoting the extract from official documentation (3.5 Restrictions):
> ??JSF 2 does not allow resources such as JavaScript or Cascading Style Sheets (CSS) to be added if the element requiring the resource is not initially present in the JSF tree. As such, components added to the tree via Ajax must have any required resources already loaded. In RichFaces, any components added to the JSF tree should have components with corresponding resources included on the main page initially. To facilitate this, components can use the rendered="false" setting to not be rendered on the page.??
>
> Setting rendered="false" is OK when components are in the tree. However, if there are lots of components on a single view, for performance reasons some parts might be excluded by means of <c:if> or <c:choose> tags.
> That's at least what could be done in 3.3.3. It worked fine back then. However, the JSF2 AJAX mechanism does not support this feature. This makes usage of aforementioned tags impossible in some cases.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (RF-13629) popupPanel - minWidth, minHeight, maxWidth, maxHeight are not ignored when autosize == true
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13629?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13629:
------------------------------------
Thanks [~jhuska], your meticulousness is much appreciated!
I've further re-factored the changes. I've run the 3 pages in your sample app as well as the reproducer for RF-13616; all pages behave correctly. I've executed the jenkins job you set up, and the tests all pass:
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/RichFaces/view/RF-Q...
If you could please perform any additional manual QA required, I'd appreciate it.
> popupPanel - minWidth, minHeight, maxWidth, maxHeight are not ignored when autosize == true
> -------------------------------------------------------------------------------------------
>
> Key: RF-13629
> URL: https://issues.jboss.org/browse/RF-13629
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.3.7
> Environment: Firefox
> Reporter: Juraj Húska
> Assignee: Brian Leathem
> Priority: Critical
> Labels: needs-qe, regression
> Fix For: 4.3.7
>
> Attachments: popupPanelGood.png, popupPanelResizedAndBroken_2.png, popupPanelWrong.png, popupResizedAndBroken_1.png, sample.zip
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> In previous releases when attribute {{autosize == true}} attributes from $SUBJECT were ignored. In {{4.3.7.}}, they are not.
> When used together (does not really make sense IMHO, but maybe I am neglecting some use case), the popup width is not adjusted automatically.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months