Re: Issue 885 in reviewboard: IE 6 is hanging while clicking any button save -delete- the comment window

2012-09-30 Thread reviewboard

Updates:
Status: WontFix

Comment #14 on issue 885 by trowb...@gmail.com: IE 6 is hanging while  
clicking any button save -delete- the comment window

http://code.google.com/p/reviewboard/issues/detail?id=885

We will be officially dropping IE6 support in 1.7. Since this hasn't had  
any comments for more than 2 years, I think we can safely say that it's not  
worth spending time on.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 885 in reviewboard: IE 6 is hanging while clicking any button save -delete- the comment window

2010-02-23 Thread reviewboard

Updates:
Status: NeedInfo

Comment #10 on issue 885 by chipx86: IE 6 is hanging while clicking any  
button save -delete- the comment window

http://code.google.com/p/reviewboard/issues/detail?id=885

Is this still reproduceable? Those scripts, I believe, have since changed.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 885 in reviewboard: IE 6 is hanging while clicking any button save -delete- the comment window

2010-02-23 Thread reviewboard


Comment #11 on issue 885 by lonico: IE 6 is hanging while clicking any  
button save -delete- the comment window

http://code.google.com/p/reviewboard/issues/detail?id=885

I just tried using http://demo.review-board.org/r/2643/diff/
and I still see the issue with IE.  Looks like an infinite loop:


JScript - ms__id4 anonymous functionJScript

iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript
JScript - ms__id4 anonymous functionJScript
iePNGFixJScript


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 885 in reviewboard: IE 6 is hanging while clicking any button save -delete- the comment window

2010-02-23 Thread reviewboard


Comment #12 on issue 885 by lonico: IE 6 is hanging while clicking any  
button save -delete- the comment window

http://code.google.com/p/reviewboard/issues/detail?id=885

I think the issue is around:

 var bgSrc = currentStyle.backgroundImage || style.backgroundImage;
 if ((bgSrc + this.src).indexOf(blank) == -1)
 {
  var bgPNG = bgSrc.match(/^url[(']+(.*\.png[^\)']*)[\)']+[^\)]*$/i);

  if (bgPNG)
  {
   style.backgroundImage = 'url(' + blankImg + ')';


this.src is undefined, while we would expect to see the value of
style.backgroundImage after the second iteration, because of the property  
change

triggered by style.backgroundImage = 'url(' + blankImg + ')';

This is the value of bgPNG:
url(\http://demo.reviewboard.org/media/rb/images/comment-draft.png\;)undefined

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Issue 885 in reviewboard: IE 6 is hanging while clicking any button save -delete- the comment window

2009-09-24 Thread codesite-noreply


Comment #6 on issue 885 by lonico: IE 6 is hanging while clicking any  
button save -delete- the comment window
http://code.google.com/p/reviewboard/issues/detail?id=885

I am seeing the same issue with IE6, both with the latest development  
version 1.1
alpha2 or a previous version.  In the best case, the comment window is  
truncated at
the bottom.  On the worst case (and most common), IE is not responsive at  
all, and
takes 50% of the CPU (actually 100% of one CPU, has I have 2 CPUs on my  
Windows
laptop).  Is there anything I could do to help debug this problem?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 885 in reviewboard: IE 6 is hanging while clicking any button save -delete- the comment window

2009-09-24 Thread codesite-noreply


Comment #7 on issue 885 by chipx86: IE 6 is hanging while clicking any  
button save -delete- the comment window
http://code.google.com/p/reviewboard/issues/detail?id=885

The problem is, debugging anything on IE6 is really hard. The only way to  
do it
sanely is with the Visual Studio integration. Even then, I'm not sure how  
best to go
about debugging this, except to stop the script when it's spinning.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 885 in reviewboard: IE 6 is hanging while clicking any button save -delete- the comment window

2009-09-14 Thread codesite-noreply

Updates:
Labels: Browser OpSys-Windows

Comment #4 on issue 885 by chipx86: IE 6 is hanging while clicking any  
button save -delete- the comment window
http://code.google.com/p/reviewboard/issues/detail?id=885

(No comment was entered for this change.)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 885 in reviewboard: IE 6 is hanging while clicking any button save -delete- the comment window

2009-07-25 Thread codesite-noreply

Updates:
Status: New

Comment #3 on issue 885 by trowbrds: IE 6 is hanging while clicking any  
button save -delete- the comment window
http://code.google.com/p/reviewboard/issues/detail?id=885

(No comment was entered for this change.)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 885 in reviewboard: IE 6 is hanging while clicking any button save -delete- the comment window

2009-05-03 Thread codesite-noreply

Updates:
Status: NeedInfo

Comment #1 on issue 885 by chipx86: IE 6 is hanging while clicking any  
button save -delete- the comment window
http://code.google.com/p/reviewboard/issues/detail?id=885

I don't fully understand the repro case or which dialog you're talking  
about. Can you
tell me what version is being used and go into this in more detail?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---