Opened 15 years ago
Closed 15 years ago
#8676 closed defect (fixed)
MythUI edit Bar moves position indicator to back of stack when cutpoints are present
Reported by: | robertm | Owned by: | stuartm |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - User Interface Library | Version: | Unspecified |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Patch resolves issue.
Attachments (1)
Change History (2)
by , 15 years ago
Attachment: | editbarfix.diff added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [25403]) With MythUI EditBar widget, the "position" indicator was being moved to the bottom of the drawn stack if cutpoints were present. This ensures that the position indicator is always moved to the top on a redraw. This is probably not a perfect solution as ideally one would want to respect the themer's draw order, but it fixes the issue in the near term for all currently defined editbars in our themes. If someone would like to look in to why the XML order is not being respected, a patch would be very welcome. Fixes #8676.
Note:
See TracTickets
for help on using tickets.
Fix. Not necessarily best fix, but fix...