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

Key: LPP-1593
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: P1 P1
Assignee: Unassigned
Reporter: Oliver Steele
Votes: 0
Watchers: 0
Operations

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

validator components broken in 3.2cr1

Created: 15/Feb/06 12:57 PM   Updated: 23/Jan/08 04:38 PM
Component/s: Components - Incubator
Affects Version/s: 3.2cr1, RingDing (4.1)
Fix Version/s: 3.2 (Sage)

Time Tracking:
Not Specified

Severity: Minor
URL: http://localhost:8080/lps-dev/lps/components/incubator/test/validator_test.lzx
Fixed in Change#: 40,415
Runtime: N/A
Fix in hand: False


 Description  « Hide
The validation errors used to be placed to the right of the input field. This was the behavior for version 1 of the validator components, that were present in incubator/validatorform in 2006/12.

In trunk, and in 3.0cr2, the validation errors are placed underneath the input field, so that only the right hand portion of the message is visible. incubator/test/validator_test.lzx demonstrates this.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jim Grandy - 28/Feb/06 05:24 AM
It actually looks like there's something wrong with either LzLayout or reverlayout. Looking at this in the debugger, the reverselayout's lock attribute is set to "2", which is a special value reserved for initialization time only -- an in any case the layout shouldn't be locked after everything has settled down.

Jim Grandy - 11/Mar/06 11:56 PM
Turned out to be a bug in the validator code itself. Thanks for finding this, Max!

Mamye Kratt - 23/Jan/08 04:38 PM
(trunk 4 local build r7775)
lps/components/incubator/test/validator_test.lzx runs successfully.