Modify ↓
Opened 15 years ago
Last modified 11 years ago
#7427 reopened defect
width has no effect on inline mode
| Reported by: | Owned by: | Shun-ichi Goto | |
|---|---|---|---|
| Priority: | normal | Component: | TicketBoxMacro |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
I try to limit the width of an inline'd box. But is seems, that this option has no effect.
[[TicketBox('Open bugs: %d', [query:Type=defect&Status!=closed], 300px, inline)]]
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 Changed 15 years ago by
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
Actually this changes nothing. Why should it?
In inline mode no style attribute to <fieldset class="ticketbox"... is set.
Note: See
TracTickets for help on using
tickets.



Replying to walther@szgrf.bgr.de:
try this
[[TicketBox('Open bugs: %d', [query:Type=defect&Status!=closed], 300pix, inline)]]