SMF Development > Fixed or Bogus Bugs

Quick reply box 3 screens wide?

(1/4) > >>

dsantana:
Can anyone tell me why the quick reply box would be 3 times wider than my forum and where I might go to fix it?

emanuele:
What browser (and version...and maybe operating system) are you using?
Are you using the default theme or a custom one?
Try using the default if you are using another one and try cleaning the cache of your browser.

I think it could be an issue with css and the fix for the number of rows in 2.0 final, updating your custom theme and cleaning the cache should fix it.

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:


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


to this:


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

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.

--- End quote ---

dsantana:
I changed the custom theme to that code... The default already had that code in it.
It didn't help though.. This is what was in the custom theme...

--- Code: ---{
width: 91%;
height: 100px;
margin: 0.25em 0 1em 0;
}
--- End code ---
That appears as though it should work too?

dsantana:

--- Quote from: emanuele on August 09, 2011, 05:18:35 AM ---What browser (and version...and maybe operating system) are you using?
Are you using the default theme or a custom one?
Try using the default if you are using another one and try cleaning the cache of your browser.

I think it could be an issue with css and the fix for the number of rows in 2.0 final, updating your custom theme and cleaning the cache should fix it.

--- End quote ---
Google Chrome... And I just looked at it in IE and it's fine... So it's a browser issue?

Navigation

[0] Message Index

[#] Next page

Go to full version