Ticket #2065 (closed bug: fixed)
[natives] Changing X,Y,width or height of a frame they show wrong value when it is correct
Reported by: | milen | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | M12_RELEASE |
Component: | uncategorized | Version: | 2.0 |
Keywords: | Cc: | ||
Category: | unknown | Effort: | |
Importance: | Ticket_group: | ||
Estimated Number of Hours: | 0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Analysis_owners: | milen | Design_owners: | jani |
Imp._owners: | jani | Test_owners: | |
Analysis_reviewers: | jani | Changelog: | |
Design_reviewers: | meddle | Imp._reviewers: | meddle |
Test_reviewers: | Analysis_score: | 4 | |
Design_score: | 4 | Imp._score: | 4 |
Test_score: | 0 |
Description
- Create a new book.
- Open the frame properties HUD and change one of the values for X,Y,width or height.
- Deselect the frame.
- Select the frame again and notice the sign for the changed value shows the value is not correct but it isn't.
This bug occurs usually but not always.
Change History
comment:2 Changed 16 years ago by jani
- Design_owners set to jani
- Status changed from s1b_analysis_finished to s2a_design_started
- Imp._owners set to jani
comment:3 Changed 15 years ago by jani
- Status changed from s2a_design_started to s3b_implementation_finished
When we click outside the current frame (on the page), the focus of the selected bound text control is lost, which causes the data to be submitted with lastModelData. Since the the frame is no longer selected, the lastModelData is empty, thus the validator shows an error. We don't need data to be submitted on focus lost as it is already submitted. [7278]
comment:4 Changed 15 years ago by meddle
- Status changed from s3b_implementation_finished to s3c_implementation_ok
- Analysis_reviewers set to jani
- Analysis_score changed from 0 to 4
- Imp._reviewers set to meddle
- Design_score changed from 0 to 4
- Design_reviewers set to meddle
- Imp._score changed from 0 to 4
I can't see the bug, the test passes, so i merged it into the trunk at [7305].
4p
Note: See
TracTickets for help on using
tickets.