
| Key: |
LPP-3885
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
--
|
| Assignee: |
Unassigned
|
| Reporter: |
Antun Karlovac
|
| Votes: |
0
|
| Watchers: |
1
|
|
If you were logged in you would be able to see more operations.
|
|
|
| Severity: |
Minor
|
| Fixed in Change#: |
5,384
|
| Fixed in branch: |
branches/legals
|
| Runtime: |
N/A
|
| Fix in hand: |
False
|
|
Window title spills outside of window:
<canvas>
<window x="10" title="Test Harness One Two Three Four Five" width="150">
</window>
</canvas>
|
|
Description
|
Window title spills outside of window:
<canvas>
<window x="10" title="Test Harness One Two Three Four Five" width="150">
</window>
</canvas>
|
Show » |
|
Date: 2007-06-11 17:54:39 -0700 (Mon, 11 Jun 2007)
New Revision: 5384
Modified:
openlaszlo/branches/legals/lps/components/lz/windowpanel.lzx
Log:
Change 20070611-maxcarlson-7 by maxcarlson@plastik on 2007-06-11 16:59:12 PDT
in /Users/maxcarlson/openlaszlo/legals-clean
for http://svn.openlaszlo.org/openlaszlo/branches/legals
Summary: Fix window title clipping for windows in 4.0
New Features:
Bugs Fixed:
LPP-3885- Window title not clipped in 4.0Technical Reviewer: promanik
QA Reviewer: hminsky
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details: windowpanel.lzx - set title text to resize="false" and width="100%"
Tests: see
LPP-3885. Window title is correctly displayed when window resizable="true".Modified: openlaszlo/branches/legals/lps/components/lz/windowpanel.lzx
===================================================================
--- openlaszlo/branches/legals/lps/components/lz/windowpanel.lzx 2007-06-12 00:51:37 UTC (rev 5383)
+++ openlaszlo/branches/legals/lps/components/lz/windowpanel.lzx 2007-06-12 00:54:39 UTC (rev 5384)
@@ -250,7 +250,7 @@
<view name="icon"/>
<text name="title" fgcolor="${classroot['style'] ? classroot.style.textcolor : null}"
opacity="${classroot.state == 2 ? .7 : 1}"
- text="${classroot.title}" y="-1" />
+ text="${classroot.title}" y="-1" resize="false" width="100%"/>
<view name="gripper_right" y="1" resource="window_gripper_rsc"
clip="true" frame="${classroot.state}"/>
_______________________________________________
Laszlo-checkins mailing list
Laszlo-checkins@openlaszlo.org
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins