Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: IE8 innerHTML error with 1.6.1

Started 1 month ago by aram_mirzadeh
Hello, I'm re-creating a PHP dataset into Spry dataset, works great in Firefox but IE8 has an error in 1269 of SpryData.js (rgs.innerHtml = ""). Firefox shows everything, IE shows the Spry code ( {id} ) (one line only). Here is the code: <script src="SpryAssets/xpath.js" type="text/javascript"></script> <script src="SpryAssets/SpryData.js" type="text/javascript"></script> <...
Site: Adobe - Forums  Adobe - Forums - site profile
Forum: Spry Framework for Ajax (prerelease)  Spry Framework for Ajax (prerelease) - forum profile
Total authors: 3 authors
Total thread posts: 8 posts
Thread activity: no new posts during last week
Domain info for: adobeforums.com

Other posts in this thread:

.V1 replied 1 month ago
Do you have a online url?

aram_mirzadeh replied 1 month ago
No, everything is internal only.  I'll see if I can reproduce the problem elsewhere.

aram_mirzadeh replied 1 month ago
test created: http://test.mbcli.com/test.php In Firefox I get: fName fname fname2 fname3 In IE8 I get: fName {fName} should be 3 rows, along with a debugging error (if you have it enabled). Machine: Windows Vista 64-bit, IE 8.00.6001.18828, Firefox 3.5.5 Server: Doesn't seem to matter, but the test server is Apache 2.2.13...

Arnout Kazemier replied 1 month ago
Aah I completely missed the fact that you directly attached the spry:region on the <table> element. To fix the issue, simply add a wrapper around the table with the spry:region on it.. like this: <div spry:region="ds1">           <table>                <tr spry:repeat="ds1">                     <td>{stuff}</td>                </tr>           </table> </div>...

aram_mirzadeh replied 1 month ago
modifed as suggested, but it's still failing in IE8.

.V1 replied 4 weeks, 1 day ago
I don't have access to IE atm, but it might be worth to: <div spry:region="ds1">           <table>                <tbody spry:repeatchildren="ds1">                     <tr >                          <td>{stuff}</td>                     </tr>                </tbody>          </table> </div> If it still doesn't work, give me a ping, and ill go download a new VM with IE8...

aram_mirzadeh replied 4 weeks, 1 day ago
That rendered correctly in both FF and IE8.  Somehow a TR can't be the repeat source. Thank you very much. Aram

 

Top contributing authors

Name
Posts
aram_mirzadeh
5
user's latest post:
IE8 innerHTML error with 1.6.1
Published (2009-11-18 05:44:00)
That rendered correctly in both FF and IE8.? Somehow a TR can't be the repeat source. &nbsp; Thank you very much. &nbsp; Aram
.V1
3
user's latest post:
IE8 innerHTML error with 1.6.1
Published (2009-11-18 02:35:00)
I don't have access to IE atm, but it might be worth to: &nbsp; &lt;div spry:region="ds1"&gt; ? &lt;table&gt; ? &lt;tbody spry:repeatchildren="ds1"&gt; ? &lt;tr &gt; ? &lt;td&gt;{stuff}&lt;/td&gt; ? &lt;/tr&gt; ? &lt;/tbody&gt; ? &lt;/table&gt; &lt;/div&gt; If it still doesn't work, give me a ping, and ill go download a new VM...
Arnout Kazemier
2
user's latest post:
IE8 innerHTML error with 1.6.1
Published (2009-11-16 12:49:00)
Aah I completely missed the fact that you directly attached the spry:region on the &lt;table&gt; element. To fix the issue, simply add a wrapper around the table with the spry:region on it.. &nbsp; &nbsp; like this: &lt;div spry:region="ds1"&gt;           &lt;table&gt;                &lt;tr spry:repeat="ds1"&gt;                    ...

Related threads on "Adobe - Forums":

Related threads on other sites:

Thread profile page for "IE8 innerHTML error with 1.6.1" on http://www.adobeforums.com. This report page is a snippet summary view from a single thread "IE8 innerHTML error with 1.6.1", located on the Message Board at http://www.adobeforums.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity