Closed
Bug 801341
Opened 12 years ago
Closed 10 years ago
Firefox 16 hides/reduces cbox
Categories
(Firefox :: Untriaged, defect)
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.
Updated•12 years ago
|
Component: Web Apps → General
QA Contact: jsmith
Comment 1•12 years ago
|
||
Please attach a screenshot and test that this isn't caused by an addon ->
(alt key)/Help/restart with addons disabled
Component: General → Untriaged
Updated•12 years ago
|
Flags: needinfo?(redwater)
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.
Comment 4•12 years ago
|
||
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.
Comment 7•12 years ago
|
||
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 → ---
Updated•12 years ago
|
Component: Untriaged → General
Updated•12 years ago
|
Component: General → Untriaged
Comment 9•12 years ago
|
||
This seems to be wfm with Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0
Reporter | ||
Comment 10•12 years ago
|
||
(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.
Comment 11•12 years ago
|
||
>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.
Reporter | ||
Comment 12•12 years ago
|
||
(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.
Reporter | ||
Comment 13•12 years ago
|
||
Lovely, just had the shrinky boxes happen on another site I thought had been immune some how.
Reporter | ||
Comment 14•12 years ago
|
||
(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.
Comment 15•12 years ago
|
||
(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
Keywords: regression,
regressionwindow-wanted
Version: 16 Branch → 4.0 Branch
Comment 16•12 years ago
|
||
Comment 17•12 years ago
|
||
Comment 18•12 years ago
|
||
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
Comment 19•12 years ago
|
||
And do you know which bug has made this issue appear? (in the changelog I linked)
Comment 20•12 years ago
|
||
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.
Comment 21•12 years ago
|
||
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
Comment 22•12 years ago
|
||
So maybe dupe of bug 641188?
Keywords: regressionwindow-wanted
Comment 24•10 years ago
|
||
I'm not able to reproduce it with a new testcase, so let's close it.
Status: NEW → RESOLVED
Closed: 12 years ago → 10 years ago
Flags: needinfo?(redwater)
Resolution: --- → WORKSFORME
Comment 25•10 years ago
|
||
for the record
You need to log in
before you can comment on or make changes to this bug.
Description
•