History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-4149
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: P2 P2
Assignee: Unassigned
Reporter: Henry Minsky
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

bug in scrollbar component in DHTML

Created: 15/Jun/07 02:18 PM   Updated: 15/May/08 07:10 PM
Component/s: Components - base
Affects Version/s: 4.0.0, Legals
Fix Version/s: RingDing (4.1)

Time Tracking:
Not Specified

Severity: Minor
Fixed in Change#: 5,488
Runtime: N/A
Fix in hand: False, True


 Description  « Hide
Fix:

lps/components/base/basescrollbar.lzx add check for whether scrolltarget exists before referencing it

        <method name="targetSizeUpdate">
            <![CDATA[
            if (this.scrolltarget) {
                var sm = this.scrolltarget[this.sizeAxis];
                if (this.othersb && this.othersb.visible) {
                    sm += this[this.otherSizeAxis];
                }
                this.setAttribute("scrollmax", sm);
                this.scrollbarSizeUpdate();
            }
            ]]>
        </method>

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Mamye Kratt - 19/Jul/07 10:23 AM
Fixed, needs testing.

Mamye Kratt - 19/Jul/07 11:33 AM
(4.0 branch (4.0.3) local build r5678)
Ran the scrollbar component and checked for errors.

Mamye Kratt - 19/Jul/07 11:34 AM
Need to test in legals.

Mamye Kratt - 19/Jul/07 11:35 AM
Need to test in legals.

Mamye Kratt - 15/May/08 07:10 PM
(trunk 4 build r9168)
Fixed.