[Webkit-unassigned] [Bug 23225] Assertion failure in reparseInPlace() (m_sourceElements) at sfgate.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 10 03:54:07 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=23225





------- Comment #1 from oliver at apple.com  2009-01-10 03:54 PDT -------
The error appears to occur on line 364 of
http://js.zvents.com/javascripts/happy_default.js?43797:

list.push(['<label for="',type.label,'">','<input id="',type.label,'"
',inputSnippet,' class="ZventsNearbyRadio" type="radio"
name="ZventsNearbyRadio" value="',type.type,'" ',is.first?'checked="checked"
':'',' onclick="',onclickSnippet,'"
/>',selectorSnippet,'</label>',].join(''));}});var
tab_cols=this.args.columns?this.args.columns:2;return list.length==0?'':['<div
class="ZventsNearbySelectWrapper">','<form id="ZventsNearbySelect"
class="ZventsNearbyForm"
name="ZventsNearbyForm">',list.tabulate({down:true,cols:tab_cols}),'</form>','</div>'].join('');}}};

If you examine the source provider it looks like a '?' is being inserted into
the source which makes no sense but does bust the js


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list