vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   New Posting Features - Chrome Browser Notice (For Quick Reply Editor) - How to fix non-working space bar (https://vborg.vbsupport.ru/showthread.php?t=323807)

MarkFL 11-29-2016 01:54 AM

Quote:

Originally Posted by sticky (Post 2578869)
...Edit: Actually, had to uninstall. Not sure why but certain pages won't load for me when it's enabled.

If you let the developer (Joe) know which pages won't load, he would have a better chance of addressing the issue if he knows what to look for. ;)

bazookajoe 12-04-2016 02:09 PM

Is anything being done with this mod?

I.G.O.T.A. 12-05-2016 05:26 PM

Subscribed.

Mark.B 12-05-2016 07:55 PM

Quote:

Originally Posted by bazookajoe (Post 2579135)
Is anything being done with this mod?

Such as?

It's just a notice above the editor. Not sure what else you think should be done with it.

Psalmist 12-07-2016 02:47 PM

Installed it and the notice does indeed show above the quick reply for posts, but what about the quick reply for private messages? Actually that's where our users are having the space bar issue so that is where we need the notice. How can we make it appear there also?

BirdOPrey5 12-08-2016 09:03 AM

1 Attachment(s)
Hey all,

I looked at putting it by PMs and while it is possible it is a lot of extra work. While I started looking at the code I had a thought.

As much as I like mods the reality of the situation is this- I think this is much more gracefully handled by the vBulletin Notices System.

My suggestion:

Go to Admin CP -> Notices -> Add New Notice

Title: Editor Notice
Notice HTML:
HTML Code:

<strong>Possible bug when replying to posts or Private Messages, please read.</strong>
<br />
A bug in newer versions of Chrome and Opera browsers (and possibly others) may cause your space bar not to work when replying to posts, private messages or other content on the forum. If you find your space bar isn't working simply press your <strong>&lt;Enter&gt;</strong> key a couple times inside the post and the space bar will work again. We hope this will get fixed in a future update of the browser.<br / >

To close this message click the "X" on the top right corner.

Active, Persistent, and Dismissible all set to yes.

No reason to show it to guests they can't reply anyway so check the box for "User does not belong to usergroup" and select Unregistered / Not Logged In as the usergroup not to display it to and save changes.

I implemented this on my own site. I kept the mod installed as an extra reminder but the notice is good info for everyone. They can dismiss it and never see it again but they (may) remember to just hit enter and be done with it should they get the problem.

BirdOPrey5 12-08-2016 09:11 AM

Quote:

Originally Posted by MarkFL (Post 2578870)
If you let the developer (Joe) know which pages won't load, he would have a better chance of addressing the issue if he knows what to look for. ;)

I'd be most curious if I can duplicate the issue.

bazookajoe 12-08-2016 03:18 PM

Quote:

Originally Posted by Mark.B (Post 2579173)
Such as?

It's just a notice above the editor. Not sure what else you think should be done with it.

Yep...Sorry, I meant to ask if any fix was forthcoming for this bug. My bad.

Kane@airrifle 12-08-2016 05:24 PM

Adding this to to the bottom of editor_contents.css seems to get the space bar working with the WYSIWYG editor on my board.

Code:

@supports (-webkit-appearance:none) {
body.forum {white-space: pre-wrap;}
}

The added blank lines that appear in the quoted post disappear on posting.

YMMV

sticky 12-09-2016 11:54 PM

Quote:

Originally Posted by Kane@airrifle (Post 2579251)
Adding this to to the bottom of editor_contents.css seems to get the space bar working with the WYSIWYG editor on my board.

Code:

@supports (-webkit-appearance:none) {
body.forum {white-space: pre-wrap;}
}

The added blank lines that appear in the quoted post disappear on posting.

YMMV

Hey! This works.

The only problem is the issue still persists in PM's. Forum posting is fixed though when quoting.


All times are GMT. The time now is 05:55 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01026 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_html_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete