Hi,
I spotted an issue with Firefox (both dev and production) that was not reproducible in Chrome.
Try the code posted here:
http://forums.smartclient.com/showthread.php?t=26531
Remove the
from the componentXML element.
Now, run the application and click the NewPortletButton.
DoubleCklick the title bar of the portlet that is created.
Insert some arbitrary value and save.
The whole screen freezes in Firefox.
FF 20.0.1 & Version 26.0.1410.64 m
SmartClient Version: v8.3p_2013-05-10/PowerEdition Deployment (built 2013-05-10)
I spotted an issue with Firefox (both dev and production) that was not reproducible in Chrome.
Try the code posted here:
http://forums.smartclient.com/showthread.php?t=26531
Remove the
Code:
<visibility>hidden</visibility>
Now, run the application and click the NewPortletButton.
DoubleCklick the title bar of the portlet that is created.
Insert some arbitrary value and save.
The whole screen freezes in Firefox.
FF 20.0.1 & Version 26.0.1410.64 m
SmartClient Version: v8.3p_2013-05-10/PowerEdition Deployment (built 2013-05-10)
Comment