#10897 closed enhancement (fixed)
Drop-down style menus don't work under Agilo: easy fix
Reported by: | Owned by: | Jun Omae | |
---|---|---|---|
Priority: | normal | Component: | TracWysiwygPlugin |
Severity: | normal | Keywords: | agilo |
Cc: | Trac Release: | 0.12 |
Description
Drop-down style menus (style, TT and table) don't work under Agilo.
Agilo and this plugin both define a ".menu" css style, causing an style conflict. Changing the wysiwyg ".menu" style to something like ".wysiwyg-drop-menu" saves the day. Here is my patch file (review it before applaying).
Attachments (1)
Change History (7)
Changed 12 years ago by
comment:1 Changed 12 years ago by
Trac Release: | → 0.12 |
---|
comment:2 Changed 12 years ago by
Status: | new → assigned |
---|
Looks good. It would be robust to such conflicts. Thanks.
comment:3 follow-up: 4 Changed 12 years ago by
Type: | defect → enhancement |
---|
Also, Agilo should not define .menu
as top level in stylesheet. Are you send the same report to Agilo developers?
comment:4 follow-up: 6 Changed 12 years ago by
Replying to jun66j5:
Also, Agilo should not define
.menu
as top level in stylesheet. Are you send the same report to Agilo developers?
No, I didn't. Have you ever seen an Agilo's css? ;)
comment:5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:6 Changed 12 years ago by
Replying to anonymous:
No, I didn't. Have you ever seen an Agilo's css? ;)
Yes. .menu
is defined in http://demo.agilofortrac.com/chrome/agilo/stylesheet/agilo_theme.css.
Easy fix for drop down style menus for wysiwyg + agilo.