Problem with post box using opera

Started by Joker™, June 05, 2010, 07:36:49 AM

Previous topic - Next topic

Norv

Thank you very much for the report.
I think it may be worth testing on the latest build/svn version, as I think there were a few wysiwyg fixes since RC3.
To-do lists are for deferral. The more things you write down the later they're done... until you have 100s of lists of things you don't do.

File a security report | Developers' Blog | Bug Tracker


Also known as Norv on D* | Norv N. on G+ | Norv on Github

Illori

tested in opera 11.52 windows version and this still exists, when using WYSISYG editor in opera and "enter" key almost seems to double space where firefox does not.

Joker™

Quote from: Norv on July 17, 2010, 01:57:45 PM
Thank you very much for the report.
I think it may be worth testing on the latest build/svn version, as I think there were a few wysiwyg fixes since RC3.

Happens on

- fresh SMF 2.0.1
- WYSIWYG enabled
- Opera 11.52
- Windows 7 64 bit
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

emanuele

#23
meh...another WYSIWYG problem...

* emanuele hates WYSIWYG!! :P

Maybe a bit of css somewhere can fix the issue...let's see. O:)

ETA:
dirty, very dirty:

Removed the first option.

Still a bit dirty, but less than before and it works on the first line too:
Code (find) Select
// Apply the class...
this.oFrameDocument.body.className = 'rich_editor';


Code (add after) Select

if (is_opera)
{
var style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = '.rich_editor p { margin: 0; }';
this.oFrameDocument.getElementsByTagName('head')[0].appendChild(style);
}


Take a peek at what I'm doing! ;D




Hai bisogno di supporto in Italiano?

Aiutateci ad aiutarvi: spiegate bene il vostro problema: no, "non funziona" non è una spiegazione!!
1) Cosa fai,
2) cosa ti aspetti,
3) cosa ottieni.

kat


Advertisement: