[prev in list] [next in list] [prev in thread] [next in thread] 

List:       htmlunit-develop
Subject:    [HtmlUnit] SVN: [11927] trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/
From:       asashour () users ! sourceforge ! net
Date:       2016-02-27 22:12:21
Message-ID: E1aZn68-0001Ao-NZ () sfs-ml-2 ! v29 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 11927
          http://sourceforge.net/p/htmlunit/code/11927
Author:   asashour
Date:     2016-02-27 22:12:21 +0000 (Sat, 27 Feb 2016)
Log Message:
-----------
Fixing build

Modified Paths:
--------------
    trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/ComputedCSSStyleDeclaration.java


Modified: trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/ComputedCSSStyleDeclaration.java
 ===================================================================
--- trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/ComputedCSSStyleDeclaration.java	2016-02-27 \
                21:12:00 UTC (rev 11926)
+++ trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/ComputedCSSStyleDeclaration.java	2016-02-27 \
22:12:21 UTC (rev 11927) @@ -1976,7 +1976,8 @@
         if (includeBorder) {
             width += getBorderHorizontal();
         }
-        else if (isScrollable(true, true) && \
getElement().getDomNodeOrDie().isDirectlyAttachedToPage()) { +        else if \
(isScrollable(true, true) && !(getElement() instanceof HTMLBodyElement) +             \
&& getElement().getDomNodeOrDie().isDirectlyAttachedToPage()) {  width -= 17;
         }
         if (includePadding) {
@@ -2104,7 +2105,8 @@
         if (includeBorder) {
             height += getBorderVertical();
         }
-        else if (isScrollable(false, true) && \
getElement().getDomNodeOrDie().isDirectlyAttachedToPage()) { +        else if \
(isScrollable(false, true) && !(getElement() instanceof HTMLBodyElement) +            \
&& getElement().getDomNodeOrDie().isDirectlyAttachedToPage()) {  height -= 17;
         }
         if (includePadding) {


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
HtmlUnit-develop mailing list
HtmlUnit-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/htmlunit-develop


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic