Modify

Opened 14 years ago

Closed 14 years ago

#6156 closed defect (duplicate)

Tag h1 bad close in ReportScreenFilter

Reported by: Carlos López Pérez Owned by: Russ Tyndall
Priority: normal Component: TimingAndEstimationPlugin
Severity: normal Keywords:
Cc: clp@… Trac Release: 0.11

Description

If I enable the ReportScreenFilter component, the text and buttons size of the report appears very big. If I disable the component, the text size back to normal.

This is due to the h1 tag includes the entire text of the report. For example in the revision r7011 of the file http://trac-hacks.org/svn/timingandestimationplugin/branches/trac0.11-Permissions/timingandestimationplugin/reports_filter.py in the line 169 "stream = stream | Transformer('div[@id="content"]/h1/text()').apply(FilterTransformation(idhelper))".

In the original trac report file, the h1 tag only include the report title.

Attachments (0)

Change History (1)

comment:1 Changed 14 years ago by Russ Tyndall

Resolution: duplicate
Status: newclosed

I believe this has already been fixed. If I am in error, please reopen.

http://trac-hacks.org/ticket/5997

Thanks,

Russ

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Russ Tyndall.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.