Edgewall Software

Ticket #2459 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

Safari: adding filter to Custom Query renders the page incorrectly

Reported by: anonymous Owned by: cmlenz
Priority: normal Milestone: 0.9.4
Component: ticket system Version: 0.9.2
Severity: normal Keywords: layout query
Cc:

Description (last modified by cmlenz) (diff)

To reproduce:

  1. select "Custom Query" in "View Tickets"
  2. choose item "Summary" from the "Add filter" drop-down list
  3. the page will be displayed incorrectly (the Summary filter will be added underneath the existing Status filter, see the attached screenshot)
  4. click the "Update" button renders the page properly

Tested in Trac 0.92 (projects.edgewall.com), Safari 2.0.2 (build 416.13)

Attachments

Untitled.png (204.3 kB) - added by anonymous 3 years ago.
The same page displays correctly in Firefox 1.5.

Change History

Changed 3 years ago by anonymous

The same page displays correctly in Firefox 1.5.

Changed 3 years ago by cmlenz

  • keywords layout query added
  • component changed from general to ticket system

I believe this is actually a bug in Web Kit, and have unfortunately not found a workaround as of yet.

Changed 3 years ago by erik@…

This was fixed in the osx 10.4.4 update.

Changed 3 years ago by Kevin Ballard <kevin@…>

No it was not. I'm running 10.4.4 right now and I still have this issue.

Changed 3 years ago by anonymous

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.

Changed 3 years ago by erik@…

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>

Changed 3 years ago by cmlenz

  • owner changed from jonas to cmlenz
  • status changed from new to assigned
  • description modified (diff)
  • milestone set to 0.9.4

Yeah, that works. Thanks!

Changed 3 years ago by cmlenz

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in [2890] and [2893].

Add/Change #2459 (Safari: adding filter to Custom Query renders the page incorrectly)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.