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

Key: LPP-3775
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: -- --
Assignee: Max Carlson
Reporter: Max Carlson
Votes: 0
Watchers: 0
Operations

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

Canvas div should be clipped instead of the container view

Created: 23/Mar/07 06:17 PM   Updated: 05/Feb/08 04:16 PM
Component/s: Kernel - DHTML
Affects Version/s: 4.0.0
Fix Version/s: RingDing (4.1)

Time Tracking:
Not Specified

Severity: Minor
Fixed in Change#: 4,487
Runtime: N/A
Fix in hand: False


 Description  « Hide
From ptw:

Ah, clip only applies to absolutely positioned elements. Max, should the canvas div have the clip rather than the container div?

This will fix all sorts of problems, including iframe scrolling in IE and lzpix showing the tools to the right when the window is resized.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Max Carlson - 23/Mar/07 06:18 PM
In the mean time, a workaround is to explicitly define a div in your wrapping html with style="position:absolute;" and refer to it when you do your dhtmlembed, e.g.:


  <div id="foo" style="position: absolute;">
  <script type="text/javascript">
    Lz.dhtmlEmbed({url: '/legals/my-apps/uhoh.lzx?lzt=html&debug=true&lzr=dhtml&debug=true', bgcolor: '#ffffff', width: '900', height: '2500', id: 'lzapp', appenddivid: 'foo'});
  </script>

Mamye Kratt - 05/Feb/08 04:16 PM
(pagan-deities build r7956 from legals -> trunk -> pagan deities)
Tried to test but cannot resize the window in IE7. hmmmm.