My best guess after pouring through the Wt source for 3.2.1 is that something is going wrong with handling "boot style response". If I had to shoot in the dark, I would say that (env_->contentType() == WEnvironment::XHTML1) is returning false. Reading WSession is making my head hurt, so I am calling it a day.

--
Thomas


On 04/11/2013 06:11 PM, Suckow, Thomas J wrote:
I am seeing behavior where moz-transitions.css is loaded, but wt.css is not.

When I inspect the DOM , I see the link tags in the header.
Wt3.2.1:
?wtd=...&request=style
/resources/moz-transitions.css
...Our own CSS files...

Wt3.3.0-rc4:
?wtd=...&request=style
/resources/themes/default/wt.css
/resources/moz-transitions.css
...Our own CSS files...

The question becomes, what injects that css file? I am pretty sure this is a Wt issue, though it may be a race condition of some kind.

--
Thomas


On 04/11/2013 04:03 PM, Koen Deforche wrote:
Hey Thomas,

We found this out (about Firefox 20) just now too. It seems to be specific to Firefox 20 as it works well in Firefox 19. Now the behavior should be that there is a timeout of 2 seconds after which the application still loads, but the CSS will then arrive after the site has been rendered causing a rendering glitch.

It most likely has nothing to do with the specific Wt version but something odd with Firefox 20 instead ...

Regards,
koen


2013/4/12 Thomas Suckow <thomas.suc...@pnnl.gov <mailto:thomas.suc...@pnnl.gov>>

    When Firefox20 accesses Wt3.2.1, the theme style-sheet is not
    served to
    the browser. The path that normally contains the @Imports for the
    style-sheets returns an empty result.

    We are in the midst of a freeze on one of our projects using Wt
    and are
    trying to find some way to make this work. Wt3.2.2 & Wt3.2.3
    contain yet
    other bugs that crashes the server and Wt3.3 incompatibly breaks
    our pages.

    I tried looking through the commit log but did not see any
    references to
    a fix (Must be in there somewhere because 3.3 does not appear to have
    this problem). Does anyone recall seeing this before and when a
    change
    that would solve this landed? Our options right now are to backport a
    fix to 3.2.1 or convince management to let us update lots of code
    during
    a freeze.

    Regards,
    Thomas


    
------------------------------------------------------------------------------
    Precog is a next-generation analytics platform capable of advanced
    analytics on semi-structured data. The platform includes APIs for
    building
    apps and a phenomenal toolset for data science. Developers can use
    our toolset for easy data analysis & visualization. Get a free
    account!
    http://www2.precog.com/precogplatform/slashdotnewsletter
    _______________________________________________
    witty-interest mailing list
    witty-interest@lists.sourceforge.net
    <mailto:witty-interest@lists.sourceforge.net>
    https://lists.sourceforge.net/lists/listinfo/witty-interest




------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to