Last modified: 2011-03-06 00:24:59 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T29882, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 27882 - Search box generating HTML parse error (recovered gracefully) in Chrome
Search box generating HTML parse error (recovered gracefully) in Chrome
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: Normal minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-03-05 23:14 UTC by Sam Reed (reedy)
Modified: 2011-03-06 00:24 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Sam Reed (reedy) 2011-03-05 23:14:21 UTC
Line 212 on my wiki, but obviously that'll change

<input name="search" title="Search ReedyDevWiki [f]" accesskey="f" id="searchInput" />                      <button name="button" title="Search the pages for this text" id="searchButton"><img src="/w/skins/vector/images/search-ltr.png?303" alt="Search" /></button>                    </div>

Main_Page:212HTML parse error (recovered gracefully)

Expanding a bit more code/giving a bit more context...

    <form action="/w/index.php" id="searchform">
        <input type='hidden' name="title" value="Special:Search"/>
                <div id="simpleSearch">
                        <input name="search" title="Search ReedyDevWiki [f]" accesskey="f" id="searchInput" />                      <button name="button" title="Search the pages for this text" id="searchButton"><img src="/w/skins/vector/images/search-ltr.png?303" alt="Search" /></button>                    </div>
Main_Page:212HTML parse error (recovered gracefully)
            </form>
</div>
Comment 1 Sam Reed (reedy) 2011-03-05 23:45:31 UTC
This might actually be a WONTFIX/INVALID, and just Chrome being bitchy during development..
Comment 2 Sam Reed (reedy) 2011-03-06 00:08:20 UTC
If someone actually has some advice... As I think it might be bogus, cause I was looking at CR, and that generates a few more, but the syntax looks sane...

And is pointless reporting them if it's just chrome bitching...
Comment 3 Krinkle 2011-03-06 00:13:33 UTC
which line exactly triggers the error (ie. line 212 in your case) ?
Comment 4 Sam Reed (reedy) 2011-03-06 00:15:43 UTC
Done from mw.org home page. lines 254-263

<div id="p-search">
    <h5 lang='en-gb' dir='ltr'><label for="searchInput">Search</label></h5>
    <form action="/w/index.php" id="searchform">
        <input type='hidden' name="title" value="Special:Search"/>
                <div id="simpleSearch">
                        <input id="searchInput" name="search" type="text"  title="Search MediaWiki [f]" accesskey="f"  value="" />
                        <button id="searchButton" type='submit' name='button'  title="Search the pages for this text"><img src="http://bits.wikimedia.org/skins-1.17/vector/images/search-ltr.png?301-2" alt="Search" /></button>
                    </div>
MediaWiki:261HTML parse error (recovered gracefully)
            </form>
</div>


Line 261 is "                    </div>"

ie the 2nd closing div from the bottom
Comment 5 Platonides 2011-03-06 00:20:32 UTC
Chromium Issue 73703. Seems it gives such errors even for valid pages. They
turned off off all the parse error reporting.

http://groups.google.com/a/chromium.org/group/chromium-bugs/browse_thread/thread/746fabed3eea2bfa/e6bd3e0c49fc857b
Comment 6 Sam Reed (reedy) 2011-03-06 00:24:59 UTC
(In reply to comment #5)
> Chromium Issue 73703. Seems it gives such errors even for valid pages. They
> turned off off all the parse error reporting.
> 
> http://groups.google.com/a/chromium.org/group/chromium-bugs/browse_thread/thread/746fabed3eea2bfa/e6bd3e0c49fc857b

Cheers :)

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links