Side navigation
#6357 closed bug (invalid)
Opened March 26, 2010 01:57AM UTC
Closed March 26, 2010 03:09AM UTC
Crash in firefox
| Reported by: | souse | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | 1.4.3 | |
| Component: | unfiled | Version: | 1.4.2 | 
| Keywords: | Cc: | ||
| Blocked by: | Blocking: | 
Description
var objImgAvatar = $("#imgReceiverAvatar");
if(receiverOnlineUid == 0)
{
objImgAvatar.attr("src", "images/anybody_avatar.gif");
}
else
{
// this line will be crashed
objImgAvatar.attr("src", "usr/get_avatar.php?online_uid=" + receiverOnlineUid);
// this line work fine
$("#imgReceiverAvatar").attr("src", "usr/get_avatar.php?online_uid=" + receiverOnlineUid);
}
Attachments (0)
Change History (1)
Changed March 26, 2010 03:09AM UTC by comment:1
| resolution: | → invalid | 
|---|---|
| status: | new → closed | 
Please reopen with a complete test case.