Ticket #2150 (closed bug)
There are numerous problems with the z Order.
Reported by: | todor | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | X3 |
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: | todor | Design_owners: | kyli |
Imp._owners: | kyli | Test_owners: | |
Analysis_reviewers: | Changelog: | ||
Design_reviewers: | pap | Imp._reviewers: | todor, pap |
Test_reviewers: | Analysis_score: | 0 | |
Design_score: | 4 | Imp._score: | 4 |
Test_score: | 0 |
Description (last modified by todor) (diff)
- At the moment when -z halo is pressed exception occurs.
- The z order halos do not behave properly their icons do not change sometimes (only when pressed the first time they appear to be pressed).
- The z order has problems with the page structure palette (probably this is part of the psp task).
- There are some issues with the z order when grouping is involved.
Change History
comment:4 Changed 15 years ago by todor
- Summary changed from There are numeros problems with the z Order. to There are numerous problems with the z Order.
comment:5 Changed 15 years ago by kyli
- Status changed from s1b_analysis_finished to s2a_design_started
comment:6 Changed 15 years ago by kyli
- Design_owners set to kyli
- Status changed from s2a_design_started to s3b_implementation_finished
- Imp._owners set to kyli
Design
- The exception appears because of a changing source of a tracking list. Since I don't understand too much of the ProLib, i don't know the exact reason of receiving this exception. But probably the easiest way to work around it, is to change the tracking list to a composing one.
- For a page with 2 frames, only the first time some of the zorder halos is clicked something happens. Since the button is not active when nothing should happen, it seems to be broken. But it isn't :)
- The Z-order told me that the problems with the PSP have been resolved (in other words, I found no problems with it :) ).
- Some issues with the Z-order and the grouping will be fixed. Actually, the only one I found is, that the grouping does not preserve the z-order of the frames. This can easily be fixed with constructing the list of elements to group by iterating through the selectable views, not through the selected.
Implementation
The implementation is performed according to the design in branches/private/kyli/2150.
Note: See
TracTickets for help on using
tickets.