#2459: Safari: adding filter to Custom Query renders the page incorrectly
---------------------------+------------------------------------------------
 Reporter:  anonymous      |        Owner:  jonas
     Type:  defect         |       Status:  new  
 Priority:  normal         |    Milestone:       
Component:  ticket system  |      Version:  0.9.2
 Severity:  normal         |   Resolution:       
 Keywords:  layout query   |  
---------------------------+------------------------------------------------
Comment (by [EMAIL PROTECTED]):

 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>
 }}}

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2459>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to