Closed (fixed)
Project:
Modal Frame API
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2009 at 07:31 UTC
Updated:
28 Jul 2009 at 08:00 UTC
I don't actually quite understand what was going wrong, I may have some error in my page, but the following line in child.js was breaking jquery at all:
if (href.length <= 0 || href.charAt(0) == '#') {
Seems like some of the <a> tags on the page don't have href. This shouldn't happen on my page but I realized that can happen generally, with <a name="">.
Attaching a patch to check if href is correct object.
| Comment | File | Size | Author |
|---|---|---|---|
| modalframehref_patch.js.txt | 351 bytes | meba |
Comments
Comment #1
markus_petrux commentedCommitted to CVS. Thanks :)