Modify ↓
Opened 16 years ago
Closed 16 years ago
#7272 closed defect (fixed)
Search bar/button appears over banner image
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | high | Milestone: | 0.11 |
Component: | general | Version: | 0.11-stable |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Attachments (0)
Change History (4)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
It actually appears that the latest changeset, r7166, created this problem. Looking at the diffs, the "name" was quicksearch and replaced the old id of "search".
comment:3 by , 16 years ago
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Based on debugging from the browser only (not looking at any Trac code), I found the following:
The problem appears to be this style code in
trac.css
:However, the rendered output from Trac shows that the forms's ID is actually
#quicksearch
and not#search
. I'm not sure which name was the original.By inserting a custom CSS as the following:
My problem was solved. I did not try to update
trac.css
since I didn't want to touch the source for this problem, and my site was already using an additional custom CSS (I checked to make sure that was not the problem first).