Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    opera browser support

    Hej,

    We have released a new streaming site made ​​with SmartGWT :

    http://www.livesetcloud.com

    we had a lot of fun to use your API.

    it was a real challenge to make a public website with technologies dedicated to business applications.

    Unfortunately, we have a problem that is still not resolved: Opera Browser. "mouseover event" destroyed/disappear elements.

    related posts :

    http://forums.smartclient.com/showthread.php?t=25110&highlight=opera

    http://forums.smartclient.com/showthread.php?t=8202&highlight=opera

    ...

    LivesetCloud Team

    vote for us please!

    #2
    Nice job on the site. As you say, you've used our technology for something it's not primarily designed for, but hey, it worked!

    A couple of easy optimizations:

    1. inside isc_MenuTopBar_0 you have about 10 Canvases being used as spacers. Use LayoutSpacer instead

    2. in many places you have a VLayout containing a VLayout as it's only member (obvious in the Watch tab). This is a waste, you should eliminate the extra hierarchy

    3. you have a lot of components that are clearly meant to be fixed-sized, but have been left overflow:visible. Set them overflow:hidden to avoid performance penalties related to configuring these components to autosize

    Comment


      #3
      Thank you for your tips :)

      I currently use ToolStripSpacer
      I'll change it for a Layout Spacer

      I will also remove components not useful.

      Comment

      Working...
      X