Ticket #922 (new defect)
StyleManager plugin: an CSS editor for Xinha
| Reported by: | guest | Owned by: | caugb |
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| Component: | Plugin_Other | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I just finished a plugin to manage CSS in Xinha... It's just a child.
StyleManager? allow you to edit the page style sheets, modifying the existent CSS in edited document. You can to create, edit or remove rules (classes, tags, ids and complex selectors) or style elements (link/style), not just the className property. Besides that, a dropdown to apply or remove classes, like in others plugins.
Some problems...
- the system works only with single properties For example: 'margin:0 auto' or 'padding: 0 0 1px 3em' or 'border-top:1px solid #333' can not be read by the system
- for some actions, we need lots of clicks... the system should have a little help text
- I think the window interface can be better, more usable
- the dropdown feature works only with elements, selecting text fragments you maybe cause unexpected effects..
- when two rules are defined in the same selectorText, like in 'div.a, p { ... }' it will be readed as two different rules... (is a bug)
StyleManager? is avaiable for teste and download here: http://cauguanabara.jsbrasil.com/xinha/examples/stylemanager.html
Regards, Cau Guanabara
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
