
| Key: |
LPP-2915
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
--
|
| Assignee: |
Unassigned
|
| Reporter: |
Christian Niessner
|
| Votes: |
0
|
| Watchers: |
1
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
linux / firefox / flash 7.0.69
|
|
| Severity: |
Minor
|
| Fixed in branch: |
branches/legals
|
| Runtime: |
N/A
|
| Fix in hand: |
False
|
|
There is a strange y offset on _internaltext if a lzedittext is placed in a tabpane.
Sample app:
<canvas debug="true" width="1000" height="500">
<include href="incubator/lzedittext.lzx" />
<tabs>
<basetabpane>Test Tab
<lzedittext/>
<lzedittext multiline="true" y="30">multiline</lzedittext>
</basetabpane>
</tabs>
</canvas>
Enter some text in the first input field and it will be placed above the bottom border...
The bug dosn't appear if the lzedittext is multiline or a default/initvalue is given (like in multiline sample)
i tracked a bit and i think baseedittext._placeTextY() is not called...
|
|
Description
|
There is a strange y offset on _internaltext if a lzedittext is placed in a tabpane.
Sample app:
<canvas debug="true" width="1000" height="500">
<include href="incubator/lzedittext.lzx" />
<tabs>
<basetabpane>Test Tab
<lzedittext/>
<lzedittext multiline="true" y="30">multiline</lzedittext>
</basetabpane>
</tabs>
</canvas>
Enter some text in the first input field and it will be placed above the bottom border...
The bug dosn't appear if the lzedittext is multiline or a default/initvalue is given (like in multiline sample)
i tracked a bit and i think baseedittext._placeTextY() is not called...
|
Show » |
|
<basetabpane initstage="normal">
solves the trouble. I already hit this tab-initstage trouble several times...
Is this a problem within tabpane (probably set initstage="normal") or is it the widget's poblem to proper handle initstage != normal?