Posts: 2,530
Threads: 124
Joined: Jul 2011
Reputation:
293
2014-10-11, 01:51 AM
(This post was last modified: 2014-10-11, 01:55 AM by martec.)
(2014-10-11, 01:21 AM)Omar G. Wrote: I'm not using the plus version and it doesn't seem fixed in the normal one.
https://github.com/martec/quickadveditor...editor.php (this for normal version) (last edit in 5 day ago)
Posts: 569
Threads: 117
Joined: Apr 2012
Reputation:
34
2014-10-11, 03:33 PM
(This post was last modified: 2014-10-11, 03:35 PM by niere8.)
(2014-10-10, 01:27 AM)martec Wrote: (2014-10-09, 02:35 PM)niere8 Wrote: Hi, I have installed this plugin and I have a problem with Quote and IE11 (I don't know if the problem depends from plugin).
When I click on Quote, I haven't notice "You have selected one or more posts to quote. Quote these posts now or deselect them.", and it's ok, I would like directly quote text in editor and I can reply just under quote.
But I have a problem with IE11: when I click quote, write in editor under quote text and I click on "Preview", my text reply disappears, there isn't more it.
And always in IE11, when I send a reply, image spinner.gif doens't disappear when reply is posted.
How can I resolve?
Thank you in advance
this isn´t this plugin issue...
this issu is mybb bug https://github.com/mybb/mybb/issues/1391
test
EDIT: Right, with [ quote ] tag it's ok, but if I write under quote baloon my text doesn't appear with IE11
Posts: 9,905
Threads: 399
Joined: Jan 2010
Reputation:
548
2014-10-11, 03:42 PM
(This post was last modified: 2014-10-11, 03:42 PM by Omar G..)
(2014-10-11, 01:51 AM)martec Wrote: https://github.com/martec/quickadveditor...editor.php (this for normal version) (last edit in 5 day ago)
It doesn't work in Opera for me.
The following:
\$(\'#message\').height({\$mybb->settings[\'whatever\']}+\'px\');
Needs to be:
\$(\'#message\').height(\'{\$mybb->settings[\'whatever\']}px\');
Soporte en Español
Discord at omar.gonzalez ( Omar G.#6117 ); Telegram at @omarugc ;
Posts: 2,530
Threads: 124
Joined: Jul 2011
Reputation:
293
(2014-10-11, 03:42 PM)Omar G. Wrote: It doesn't work in Opera for me.
what version? 24?
Posts: 9,905
Threads: 399
Joined: Jan 2010
Reputation:
548
2014-10-12, 12:16 PM
(This post was last modified: 2014-10-12, 12:18 PM by Omar G..)
Yes. The following is not valid JS code:
$('#message').height(15+'px');
Soporte en Español
Discord at omar.gonzalez ( Omar G.#6117 ); Telegram at @omarugc ;
Posts: 2,530
Threads: 124
Joined: Jul 2011
Reputation:
293
New version released v5.5.2 : Fix issue with height setting.
(2014-10-12, 12:16 PM)Omar G. Wrote: Yes. The following is not valid JS code:
$('#message').height(15+'px');
thanks solved in 5.5.2
Posts: 569
Threads: 117
Joined: Apr 2012
Reputation:
34
(2014-10-10, 01:27 AM)martec Wrote: (2014-10-09, 02:35 PM)niere8 Wrote: Hi, I have installed this plugin and I have a problem with Quote and IE11 (I don't know if the problem depends from plugin).
When I click on Quote, I haven't notice "You have selected one or more posts to quote. Quote these posts now or deselect them.", and it's ok, I would like directly quote text in editor and I can reply just under quote.
But I have a problem with IE11: when I click quote, write in editor under quote text and I click on "Preview", my text reply disappears, there isn't more it.
And always in IE11, when I send a reply, image spinner.gif doens't disappear when reply is posted.
How can I resolve?
Thank you in advance
this isn´t this plugin issue...
this issu is mybb bug https://github.com/mybb/mybb/issues/1391
Hi, I can't disable quote balloon in quick reply? To have only [ quote ] text [ /quote ] (source mode I think)?
Many my users have explorer 11 and send many posts empty..
Posts: 2,530
Threads: 124
Joined: Jul 2011
Reputation:
293
2014-10-13, 06:20 PM
(This post was last modified: 2014-10-13, 06:47 PM by martec.)
(2014-10-13, 05:28 PM)niere8 Wrote: (2014-10-10, 01:27 AM)martec Wrote: (2014-10-09, 02:35 PM)niere8 Wrote: Hi, I have installed this plugin and I have a problem with Quote and IE11 (I don't know if the problem depends from plugin).
When I click on Quote, I haven't notice "You have selected one or more posts to quote. Quote these posts now or deselect them.", and it's ok, I would like directly quote text in editor and I can reply just under quote.
But I have a problem with IE11: when I click quote, write in editor under quote text and I click on "Preview", my text reply disappears, there isn't more it.
And always in IE11, when I send a reply, image spinner.gif doens't disappear when reply is posted.
How can I resolve?
Thank you in advance
this isn´t this plugin issue...
this issu is mybb bug https://github.com/mybb/mybb/issues/1391
Hi, I can't disable quote balloon in quick reply? To have only [ quote ] text [ /quote ] (source mode I think)?
Many my users have explorer 11 and send many posts empty..
i don´t understand what you saying...
you saying about Preview Post in IE11?
if yes, i already said, it´s not related with this plugin, so i can´t made anything...
what you could made is what writed in github https://github.com/mybb/mybb/issues/1391...t-54734906
about issue with spinner here not happen...
Edit: test account removed.
Posts: 9,905
Threads: 399
Joined: Jan 2010
Reputation:
548
2014-10-23, 03:09 AM
(This post was last modified: 2014-10-23, 03:09 AM by Omar G..)
Alright, you have three plugins which seem to me to have cross-features confusing me.
http://community.mybb.com/thread-160306.html
http://community.mybb.com/thread-156223.html
So, if I want the full auto save feature, and code editor everywhere, which one will I need to use?
Setting "Auto Save Draft Feature" in this one makes no difference.
Soporte en Español
Discord at omar.gonzalez ( Omar G.#6117 ); Telegram at @omarugc ;
Posts: 2,530
Threads: 124
Joined: Jul 2011
Reputation:
293
2014-10-23, 04:24 AM
(This post was last modified: 2014-10-23, 04:32 AM by martec.)
(2014-10-23, 03:09 AM)Omar G. Wrote: Alright, you have three plugins which seem to me to have cross-features confusing me.
http://community.mybb.com/thread-160306.html
http://community.mybb.com/thread-156223.html
So, if I want the full auto save feature, and code editor everywhere, which one will I need to use?
Setting "Auto Save Draft Feature" in this one makes no difference.
Quick Advanced Editor Plus is Quick Advanced Editor normal with quick quote feature...
both plugins only make changes in Quick Reply (showthread, and PM), so auto-save only in quick reply...
Not made any changes in New Reply, New Thread etc... If you want use auto-save feature in New Reply, New Thread etc need use tutorial. I don´t have intention in put auto-save feture in New Reply, New Thread etc in this plugin.
So if you want use auto-save in everywhere:
this plugin ( http://community.mybb.com/thread-158367.html) with http://community.mybb.com/thread-156223.html
or
http://community.mybb.com/thread-160306.html with http://community.mybb.com/thread-156223.html
|