Closed Bug 801341 Opened 12 years ago Closed 10 years ago

Firefox 16 hides/reduces cbox

Categories

(Firefox :: Untriaged, defect)

4.0 Branch
x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: redwater, Unassigned)

References

()

Details

(Keywords: regression)

Attachments

(4 files)

Pretty much the same issue as reported here with version 4: https://bugzilla.mozilla.org/show_bug.cgi?id=652034

The page affected is here: http://warofthepantheons.proboards.com/index.cgi?
Some times I have full text boxes, some times I don't.
Component: Web Apps → General
QA Contact: jsmith
Please attach a screenshot and test that this isn't caused by an addon -> 
(alt key)/Help/restart with addons disabled
Component: General → Untriaged
Flags: needinfo?(redwater)
Attached image Screencap of cbox issue (deleted) —
Upper right corner of the picture.
Flags: needinfo?(redwater)
(In reply to Matthias Versen (Matti) from comment #1)
> Please attach a screenshot and test that this isn't caused by an addon -> 
> (alt key)/Help/restart with addons disabled

Ok disabled anything and everything and it's still acting up.  I'll bring up the site and the box will be normal until I log in, then itty bitty boxes.
I'm unable to test since the registration always fails with "username taken" and i tried really unusual usernames. Maybe someone else can continue with this report.
(In reply to Matthias Versen (Matti) from comment #4)
> I'm unable to test since the registration always fails with "username taken"
> and i tried really unusual usernames. Maybe someone else can continue with
> this report.

Set up an account on the site for helpers to use:
Name: mozzie
password: bugcheck
The account is fully activated.
Ok, i think I just solved my issue.  All I did was clear the forum's cookies and the cbox cookies.  Should have tried that before pestering you all.
It's a website bug if clearing the cookies made it work again.
I will mark this wfm, please reopen if you get this again
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
(In reply to redwater from comment #6)
> Ok, i think I just solved my issue.  All I did was clear the forum's cookies
> and the cbox cookies.  Should have tried that before pestering you all.

Scratch the above message, I just had it go funky on me again.
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Component: Untriaged → General
Component: General → Untriaged
This seems to be wfm with Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0
(In reply to Matthias Versen (Matti) from comment #9)
> This seems to be wfm with Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0)
> Gecko/20100101 Firefox/16.0

And that means what?  
I do/did have .Net Frame work assistant installed before upgrading.
>And that means what?  
It means that I can not reproduce the reported issue. I logged in with the username/password and the page looked ok.
(In reply to Matthias Versen (Matti) from comment #11)
> >And that means what?  
> It means that I can not reproduce the reported issue. I logged in with the
> username/password and the page looked ok.

Mkay, thanks for tying.  I guess I'll just have to find a work around then.
Lovely, just had the shrinky boxes happen on another site I thought had been immune some how.
(In reply to Matthias Versen (Matti) from comment #11)
> >And that means what?  
> It means that I can not reproduce the reported issue. I logged in with the
> username/password and the page looked ok.

Did you try opening threads into new windows?  That when it seems to crop up for me.
(In reply to redwater from comment #0)
> Pretty much the same issue as reported here with version 4:
> https://bugzilla.mozilla.org/show_bug.cgi?id=652034

Your bug is pretty a dupe of bug 652034 (which has been partially fixed).
There is still an issue with Cbox's shoutboxes: the fields for the username and the textarea are not resized correctly after the browser restarted.

I think it depends on the integration on the Cbox shoutbox in the website (IFRAME) and the zoom level in Firefox.

STR:
1) Uncheck "Don't load tabs until selected" in Firefox
2) Open http://kanon81.cbox.ws/ and the testcase I attached
3) Close Firefox
4) Wait for 1-2 min then restart Firefox

Result:
The fields are bad rendered (restest with zoom in if needed).

m-c
good=2010-12-21
bad=2010-12-22
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=fb629ae54510&tochange=b0c6a324e72f
Status: UNCONFIRMED → NEW
Ever confirmed: true
Version: 16 Branch → 4.0 Branch
Attached file Reduced testcase (deleted) —
Attached image Screenshot FF19 on Win 7 (deleted) —
STR:
1) Open  the testcase  in background tab
2) Wait for 1 minute
3) Switch the tab of 1)

The offending code is in http://static.cbox.ws/js/jsc_compact_693.js"
function rsz(v){
  var w=self.innerWidth;
  if(isNaN(w)||w<=0){
    w=document.body.clientWidth;
  }
  if(w>0){
    eval(s_rz);
  }else{
    if(v<500){
      window.setTimeout("rsz("+(v+1)+")",100);
    }
  }
}

The function called before ready of  contents of iframe.And repeat itself until w becomes the effective value and then it set correct size to each fields.
Max500 times of re-trials are carried out. It is finished without anything when all the trials fail.

I think this is completely the site problem
And do you know which bug has made this issue appear? (in the changelog I linked)
Wait, Step 2) in comment#18 is not necessary. So,  the dollowing assumption may be wrong.
>It is finished without anything when all the trials fail.
>I think this is completely the site problem.
Err in comment #20, s/dollowing/following/

STR:
1) Open  the testcase  in background tab
2) Switch the tab of 1) after throbber in the tab stopped

Regression window(m-c)
Good:
http://hg.mozilla.org/mozilla-central/rev/e5ed12d16160
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b9pre) Gecko/20101221 Firefox/4.0b9pre ID:20101221135104
Bad:
http://hg.mozilla.org/mozilla-central/rev/a2a3a6e8b0e0
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b9pre) Gecko/20101221 Firefox/4.0b9pre ID:20101221145009
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=e5ed12d16160&tochange=a2a3a6e8b0e0

Suspected: Bug 602580
So maybe dupe of bug 641188?
Blocks: 602580
Reporter: Is this now fixed for you ?
Flags: needinfo?(redwater)
I'm not able to reproduce it with a new testcase, so let's close it.
Status: NEW → RESOLVED
Closed: 12 years ago10 years ago
Flags: needinfo?(redwater)
Resolution: --- → WORKSFORME
Attached file cbox.html (new testcase) (deleted) —
for the record
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: