Change ptw-20101031-M5y by [email protected] on 2010-10-31 13:55:47 EDT
    in /Users/ptw/OpenLaszlo/trunk-3/WEB-INF/lps/lfc
    for http://svn.openlaszlo.org/openlaszlo/trunk/WEB-INF/lps/lfc

Summary: Make Debug.explainStyleBindings actually explain inherited style 
properties

Bugs Fixed:  LPP-9493 box-model incorrectly inherits style from parent node 
(partial)

Technical Reviewer: [email protected] (pending)
QA Reviewer: [email protected] (pending)

Details:
    explainStyleBindings did not actually explain inherited styles,
    even when you asked.  This made it a lot harder to diagnose
    LPP-9493, which is due to incorrect inheritance.

Tests:
    lzx> Debug.explainStyleBindings(ps.s1, true)
    /* Inherited from #ps */
    /* @fred.lzx#0 (specificity 11, order 0) */
    view[name=ps] {
    border-color: black;
    border-width: 2;
    margin: 100;
    padding: 100;
    }
    #ps/@s1
    lzx>

Files:
M       debugger/LzDebug.lzs

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/ptw-20101031-M5y.tar

Reply via email to