开发者

uppercase lowercase bug..web dev

Hi I am facing a weird bug, I am writing a tag like

<div id="thecontent" dojoType="dojox.layout.ContentPane"></div>

Please see the "T" in dojoType it is in uppercase.Now I go and see my page not rendered properly, so I view source and I find that the source is correctly shown, but开发者_高级运维 when I check firebug , I get this:-

<div id="thecontent" dojotype="dojox.layout.ContentPane"></div>

Please notice that t in dojotype here it is small. I went ahead and changed the entire dojotype to UpperCase , but it is still rendered as lower case.

I even checked in other browsers, and it is the same. Has someone faced anything like this. If so please tell me how to handle this.

I am tired of this.

{update:-Please find attached a screenshot of wireshark when I do a refresh.. unable to understand a thing}

uppercase lowercase bug..web dev


Using a packet sniffer such as Wireshark will tell you if it's a server-side or client-side problem.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜