MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

Crucial Design Bug: Forum post area is NOT working in any of the latest browsers. (Closed) (Mono Support )

Viewed 13179 time(s), 5 post(s) 23.04.2014 19:57:41by super
super

super

23.04.2014 19:58:31
Crucial Design Bug: Forum post area is NOT working in any of the latest browsers.

I have tested the forum in all the latest browsers and except chrome, forum post area is not working properly in any of the latest browsers.

When the number of lines is more than the forum post whwite area, the new lines overlaps the page and scroll bar never shows up inside the posting area.

Tested in:
- IE: 11 (NOT WORKING)
- Firefox 28.0 (NOT WORKING)
- Chrome (it only works in chrome)

Please see  the screenshot attached.

Please provide the solution if possible as it is a very crucial design bug as all users of my monox site is experiencing this issue in posting topics and replies.
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
khorvat

khorvat

24.04.2014 08:48:08
We will review this issue and get back to you shortly.
Dieser Inhalt wurde noch nicht bewertet. 
15993 Reputation 2214 Total posts
super

super

24.04.2014 10:23:48
Thank you khorvat and also I would deeply appreciate if you or anyone from the team could post a quick solution here as it is very crucial as my site users use discussion board all the time.
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
ivanb

ivanb

24.04.2014 11:05:59
Hi Super,
thanks for this report, here's a solution:
SASS (into _control-discussion.scss)
.discussion-form {
    .RadEditor {
        .reContentArea {
            max-height: 240px !important;
        }
    }
}
CSS
.discussion-form .RadEditor .reContentArea {
    max-height: 240px !important;
}
This will solve your problem, and it will be fixed in next MonoX release.

Thanks again,
Ivan
Bewertet mit 5,00, 1 Besucher. 
459 Reputation 55 Total posts
super

super

24.04.2014 14:52:21
Perfect, thank you IvanB & khorvat for providing this prompt solution for this bug.
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts