#10538 closed (fixed)
App name conflicts with CSS / HTML in admin
Reported by: | Justin Lilly | Owned by: | Justin Lilly |
---|---|---|---|
Component: | Contrib apps | Version: | 1.0 |
Severity: | Keywords: | admindocs | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I have an app called "content". When I look through the admin generated documentation, the styles of the admin's div#content are conflicting with this. I'd propose prepending something to the auto-generated id's. #app-content or some such.
I think its also important to note that this isn't just cosmetic, the quick jump nav on the upper left of the page doesn't work b/c it tries to jump to the #content div, which is obviously much surrounding much of the page.
Before you say it, I know that "content" is rather generic and I could just rename my app, but I still think this is unintended consequence which could be fixed. I'll work on a patch for this later, just wanted to be sure I logged it.
Attachments (2)
Change History (6)
by , 16 years ago
Attachment: | duplicate_ids.jpg added |
---|
comment:1 by , 16 years ago
milestone: | → 1.1 |
---|---|
Triage Stage: | Unreviewed → Accepted |
Your proposed fix sounds reasonable: changing the app-specific ids, rather than the general ones.
by , 16 years ago
Attachment: | 10538_html_id_prefix.diff added |
---|
simple patch which adds a prefix for the ID used in admindocs model list.
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
A picture of it visually looks like.