Edgewall Software

Ticket #3729 (closed defect: duplicate)

Opened 2 years ago

Last modified 2 years ago

HTML errors when displaying wiki pages

Reported by: jouvin@… Owned by: jonas
Priority: normal Milestone:
Component: wiki system Version: 0.10b1
Severity: minor Keywords: needinfo
Cc:

Description

With IE 6.0 (WXP SP2), there is an error reported in wiki HTML pages. Doesn't seem to happen with other browsers. Error is :

'title' has a null value or is not an object

Apart from the report I don't see anything wrong in the page displayed

According to page source, it happens in the following lines (last input line, character 9) :

<form id="search" action="/LCGQWG/search" method="get">
 <div>
  <label for="proj-search">Search:</label>
  <input type="text" id="proj-search" name="q" size="10" accesskey="f" value="" />
  <input type="submit" value="Search" />
  <input type="hidden" name="wiki" value="on" />
  <input type="hidden" name="changeset" value="on" />
  <input type="hidden" name="ticket" value="on" />
 </div>
</form>

Look strange as there is no title on this line and other 'title' in the source are not empty.

Attachments

Change History

Changed 2 years ago by anonymous

  • milestone changed from 0.10.1 to 0.10

Changed 2 years ago by mgood

  • keywords needinfo added

Where are you seeing this error reported? It sounds like it might be a JavaScript error. Unfortunately IE's concept of "line numbers" for JavaScript errors cannot be qualified as "sane", so don't pay too much attention to that.

Changed 2 years ago by mgood

  • milestone changed from 0.10 to 0.10.1

postponing until we get some feedback

Changed 2 years ago by jouvin@…

Sory for the delay. I didn't receive the notification of your answer...

This happens only with Wiki pages and it happens with all Wiki pages, even for freshly created project with only the default set of pages. It doesn't happen with timeline, roadmap, ticket....

I cannot say much more. The message is displayed in IE status line. Apart from the message, there is no visible effect on what is displayed.

Changed 2 years ago by mgood

  • status changed from new to closed
  • resolution set to duplicate

This issue was reported again in #4143. That ticket has an explanation of the cause of the error, so I'll close this as the duplicate.

Changed 2 years ago by anonymous

  • milestone 0.10.2 deleted

Add/Change #3729 (HTML errors when displaying wiki pages)

Author



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