Opened 11 years ago
Closed 7 years ago
#11640 closed Bug Report - General (Won't Fix)
MythUI progressbar doesn't follow defined size
Reported by: | JYA | Owned by: | stuartm |
---|---|---|---|
Priority: | minor | Milestone: | 0.27.7 |
Component: | MythTV - User Interface Library | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
I first posted in the theme user list, but I'm now convinced it's a bug...
Example:
I have a progress bar like so:
<progressbar name="progress" from="baseprogressbar">
<area>170,140,100%-20,20</area> <layout>horizontal</layout> <style>reveal</style>
</progressbar>
It really makes no difference to which width I provide. Here I have 100%-20, but I could have 10 for all I care and the appearance stay the same . The width always appear to be the one of the ancestor and not the one define. Only the position is being used when defined.
If the widget doesn't inherit from another, then the size extracted from the defined area is used.
Problem is that if I make my window smaller, then the progress bar sticks out of it. I can't make it fit within the parent window; I have to define the parent window size to make the scroll bar fit.
Change History (4)
comment:1 Changed 11 years ago by
Status: | new → accepted |
---|---|
Version: | Unspecified → Master Head |
comment:2 Changed 9 years ago by
Milestone: | 0.27 → 0.27.6 |
---|
comment:3 Changed 9 years ago by
Milestone: | 0.27.6 → 0.27.7 |
---|
Reschedule all tickets planned for, but not solved in time for, 0.27.6 to 0.27.7.
comment:4 Changed 7 years ago by
Resolution: | → Won't Fix |
---|---|
Status: | accepted → closed |
Closing any remaining open tickets for 0.27
If the issue still persists, feel free to reopen and align to a current release (v29 or master)
Can you try the following patch? http://pastebin.com/8neHWUFR