News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

stretching reply box

Started by TheDel, June 16, 2011, 12:03:28 PM

Previous topic - Next topic

TheDel

After upgrading from RC5 to 2 heres a complaint Im getting from my members

Quote
We hit reply and type and type and we can see what we are typing anymore because the white box just keeps getting longer and longer. Then when we hit reply the whole thing shrinks and looks normal then we can see what we wrote.

I tried duplicating this and everything seems fine for me
Thought it was a browser but everything is the same for me on FF, GC and IE
Several member are having this issue so its not isolated. Maybe something changed in Look and layout settings?

Illori

take a look at
Quote from: Dzonny on June 12, 2011, 03:51:48 PM
Hello there.

Try with this, in index.css change:

#quickReplyOptions form textarea
{
    height: 100px;
    margin: 0.25em 0 1em 0;
}



to this:

#quickReplyOptions form textarea
{
    height: 100px;
    width: 635px;
    max-width: 100%;
    min-width: 100%;
    margin: 0.25em 0 1em 0;
}


Also, if your theme isnt built for 2.0 (but it is for RC5) please read this topic with tip to update theme from RC5 to 2.0 version:
http://www.simplemachines.org/community/index.php?topic=437428.0

Regards.

TheDel

Thanks so much-
I am using Curve
but did do alot of modding to it

Illori

then make sure that change is applied, if it is make sure the browser and server cache are cleared

TheDel

scratch that-
went in and checked- thats what I have so its not that-

plus I dont think its quick reply, i think its the standard reply (ya know after clicking reply button)

Illori

i believe they use the same code for css as this fix has fixed it both areas for others

C4G-TK

Are you talking about this?  (See picture)

I have the same problem.  Not sure if it is my browser or a mod as Firefox just automatically installed me into a Beta for 5.0.
I only have maybe 15 mods installed, so between the two of us we might be able to narrow down which mod did it if it is a mod and not firefox.

-img removed-

Illori

yes that should be fixed by the same code as above

C4G-TK

#8
Quote from: Illori on June 16, 2011, 12:17:40 PM
take a look at
Quote from: Dzonny on June 12, 2011, 03:51:48 PM
Hello there.

Try with this, in index.css change:

#quickReplyOptions form textarea
{
    height: 100px;
    margin: 0.25em 0 1em 0;
}



to this:

#quickReplyOptions form textarea
{
    height: 100px;
    width: 635px;
    max-width: 100%;
    min-width: 100%;
    margin: 0.25em 0 1em 0;
}


Also, if your theme isnt built for 2.0 (but it is for RC5) please read this topic with tip to update theme from RC5 to 2.0 version:
http://www.simplemachines.org/community/index.php?topic=437428.0

Regards.

I have that in my index.css already as well and am getting that error, so must be some other place?

#quickReplyOptions form textarea
{
height: 100px;
width: 635px;
max-width: 100%;
min-width: 100%;
margin: 0.25em 0 1em 0;
}


@TheDel  Which mods do you have installed?

These are mine...

1.    Images On Board    2.2    
2.    [BBCode] Dotted Underline   1.0    
3.    Google Member Map    2.0.8
4.    Ad Managment    3.0.1    
5.    Gamer IDs    1.1    
6.    Users Online Today    1.6.0    
7.    InLine Attachments    1.11
8.    New Topic Button    1.0    
9.    Dynamic_Memberlist    2.0.6    
10.    Treasury    2.10    
11.    SimplePortal    2.3.3    
12.    PM to New Members    1.2    
13.    ENotify    2.0.1    
14.    Signature Area BBCode Buttons    2.0.2    
15.    Avatar Verification    1.4.2    
16.    Aeva Media    1.4w    
17.    Calling Your twitter    2.5    
18.    Avatar On Board RC2    2.1    
19.    Stop Forum Spam    0.9

-img removed-

Illori

have you cleared your cache?

C4G-TK

 ::)
TK walks away quietly and smashes head against the wall.

So, what's for lunch today?





@Illori
Thanks for the Doh101 advice!

I thought the cache cleared automatically when you installed mods?  I mean, I do clear my cache when images are involved, but not always with mods.

-img removed-

Illori

i dont think the cache is ever cleared just because you installed something, but i could be wrong.

C4G-TK


-img removed-

TheDel

answer to the questions
Yes thats exactly whats happening. I didnt know until I tried it on FF here at work. Everything at home was working fine.

I have way too many mods installed but I didnt think it was the mods as I had the same ones before 2. and again, it was fine at home for me.

Wait...... browser cache or server?
Is the server cache Emptying the file cach button in Forum Maintenence section? Cause IVe dont that 3x already.

Spoogs


Mike Bobbitt

I had this issue, cleared the SMF file cache, and now all is well.

TheDel

Yeah I think Im w/C4G-TK in asking about that lunch-

Thanks guys!

C4G-TK

If it helps, I decided to have a veggie burger and while I waited for it to arrive to the table I had some hummus!  LOL

-img removed-

Antechinus

ROFL. This is actually a minor bug in 2.0 which we missed. http://dev.simplemachines.org/mantis/view.php?id=4750

It should append a ?20 suffix to the url's for editor.css and editor_ie.css when upgrading from RC's to Final, but it doesn't. If it did, you wouldn't need to clear your browser cache. We missed it because it's called in an unusual place and the people doing testing are clearing their caches so often that nobody ever noticed this. Sorry about that. :)

Advertisement: