Modify ↓
Opened 16 years ago
Closed 15 years ago
#4771 closed enhancement (duplicate)
could the cloud be a popup tip-like window?
Reported by: | J Evan S | Owned by: | obs |
---|---|---|---|
Priority: | normal | Component: | LoomingCloudsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Instead of always taking up space in the ticket window, would it be possible to only show the cloud in a popup when the keywords field is active or when hovering over the field?
Attachments (0)
Change History (4)
comment:1 follow-up: 2 Changed 15 years ago by
comment:2 Changed 15 years ago by
Replying to anonymous:
We have done the following to make large tag clouds less intrusive in tickets:
loomingclouds.py add:
from genshi.builder import Element stream |= Transformer( "//ul[@class='tagcloud']" ).wrap( Element('div',class_='tagclouddiv') )tagcloud.css add (modify as required):
.tagclouddiv { height: 200px; width: 250px; background: #f7f7f7; border: 1px solid #d7d7d7; margin: 5px 5px 2px 2px; padding: .25em; overflow: auto }
Sadly, this will make things worse for a small number of tags.
comment:3 Changed 15 years ago by
Owner: | changed from Jeff Hammel to obs |
---|
comment:4 Changed 15 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Duplicate of #4812 the box is now limited to 40px but can be expanded on clicking a link
Note: See
TracTickets for help on using
tickets.
We have done the following to make large tag clouds less intrusive in tickets:
loomingclouds.py add:
tagcloud.css add (modify as required):