Log in

View Full Version : WYSIWYG editor doesn't work in Chrome


MaXimus
04-04-2014, 10:52 AM
I tried copy/pasting a post, which has links, formatting, and a picture

In Pale Moon/Firefox, everything gets copied with the hyper links, formatting, and the image

but in Chrome it just pastes plain text

I always thought it's a Chrome issue

now I tried in chrome, to copy a similar post but from a vBulletin 4 forum and that works perfectly!

so why doesn't it work with vB3?

is there anything I could do to make it work?

--------------- Added 1396616044 at 1396616044 ---------------

I tried this (http://helloiamchris.com/vbulletin-3-6-wysiwg-editor-for-chrome-browsers/)

But after adding the following, when accessing my site I get a syntax error on line 5024 which is:

if (strpos($useragent, ‘chrome’) !== false)
{
preg_match(‘#(chrome)( browser)?/([0-9\.]+)#’, $useragent, $regs);
$is['firebird'] = $regs[3];

if ($regs[1] == ‘chrome’)
{
$is['chrome'] = $regs[3];
}
}

=======================

I think this is line 5024:

preg_match(‘#(chrome)( browser)?/([0-9\.]+)#’, $useragent, $regs);
$is['firebird'] = $regs[3];

MaXimus
04-05-2014, 06:48 PM
anyone?

Lynne
04-05-2014, 10:03 PM
It's always been that way. I don't know that you can do anything about it.

Max Taxable
04-05-2014, 10:04 PM
I tried copy/pasting a post, which has links, formatting, and a picture

In Pale Moon/Firefox, everything gets copied with the hyper links, formatting, and the image

but in Chrome it just pastes plain textYou'll see this with Safari too, since Chrome IS Safari. It's the nature of the beast.

MaXimus
04-11-2014, 12:22 PM
I wish Chrome's WYSIWG worked with vB3 then I can switch to it :(

Zachery
04-11-2014, 01:52 PM
Chrome/webkit wasn't a really good rendering engine back then. In fact, I remember having a conversation with the developers at the time. They had spent 8~ hours doing everything imaginable to get WYSIWYG support to work. But couldn't. Everyone else at the time came to the same conclusion. Thus, wysiwyg support was abandoned.

MaXimus
04-11-2014, 02:37 PM
Chrome/webkit wasn't a really good rendering engine back then. In fact, I remember having a conversation with the developers at the time. They had spent 8~ hours doing everything imaginable to get WYSIWYG support to work. But couldn't. Everyone else at the time came to the same conclusion. Thus, wysiwyg support was abandoned.

Actually, about 6 months ago, I installed this extension for Chrome and WYSIWYG worked like a charm on vBulletin3 but now Google has banned it! I don't know why the heck! :(

http://www.chromeextensions.org/other/vbulletin-wysiwyg/

https://vborg.vbsupport.ru/external/2014/04/33.png

Help me force install this bro

--------------- Added 1397231177 at 1397231177 ---------------

oh darn! I forced install the extension, but it doesn't work like before. It did work perfectly before :(

--------------- Added 1397231231 at 1397231231 ---------------

I wonder why no web developer thought of making such a useful extension or in this case, continuing to support it :(

6piston
01-24-2017, 05:18 PM
anyone ever found a solution?