#2459 closed defect (fixed)
Safari: adding filter to Custom Query renders the page incorrectly
Reported by: | anonymous | Owned by: | Christopher Lenz |
---|---|---|---|
Priority: | normal | Milestone: | 0.9.4 |
Component: | ticket system | Version: | 0.9.2 |
Severity: | normal | Keywords: | layout query |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
To reproduce:
- select "Custom Query" in "View Tickets"
- choose item "Summary" from the "Add filter" drop-down list
- the page will be displayed incorrectly (the Summary filter will be added underneath the existing Status filter, see the attached screenshot)
- click the "Update" button renders the page properly
Tested in Trac 0.92 (projects.edgewall.com), Safari 2.0.2 (build 416.13)
Attachments (1)
Change History (8)
by , 19 years ago
Attachment: | Untitled.png added |
---|
comment:1 by , 19 years ago
Component: | general → ticket system |
---|---|
Keywords: | layout query added |
I believe this is actually a bug in Web Kit, and have unfortunately not found a workaround as of yet.
comment:3 by , 19 years ago
No it was not. I'm running 10.4.4 right now and I still have this issue.
comment:4 by , 19 years ago
Has anyone reported the problem to the Webkit team at http://webkit.opendarwin.org/quality/reporting.html? They probably will need a reduced test case that shows the issue, too.
comment:5 by , 19 years ago
Sorry, I hadn't realized exactly how the bug appeared. It looks like it only happens when you attempt to insert before the first element of the table. As a lame workaround that I just stuck in my trac server, you can add an 'empty' tbody at the beginning of the table in the query.cs template. This renders a blank line at the beginning of the table, but at least it works.
'empty tbody':
<tbody><tr><td></td></tr></tbody>
comment:6 by , 19 years ago
Description: | modified (diff) |
---|---|
Milestone: | → 0.9.4 |
Owner: | changed from | to
Status: | new → assigned |
Yeah, that works. Thanks!
comment:7 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The same page displays correctly in Firefox 1.5.