Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43295
Total Topics: 7523
Most Online Today: 344
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 147
Total: 147

Author Topic: Disabling this script when focused on a textarea  (Read 4229 times)

0 Members and 1 Guest are viewing this topic.

Offline shuban

  • Hero Member
  • *****
  • Posts: 665
    • View Profile
    • Biology Forums
Disabling this script when focused on a textarea
« on: September 29, 2016, 12:05:35 am »
Code: [Select]
if (empty($gallerySettings['gallery_set_quickreply_full']))
{                 
echo "               
<script>           
document.onkeydown = checkKey;

function checkKey(e) {

e = e || window.event;

if (e.keyCode == '37') {
// left arrow
";       
if ($previousImage != $context['gallery_pic']['ID_PICTURE'])
echo  'document.location=\''.$scripturl, '?action=gallery;sa=prev;id=', $context['gallery_pic']['ID_PICTURE'], '\';';

echo " 
}
else if (e.keyCode == '39') {
// right
";       
if ($nextImage != $context['gallery_pic']['ID_PICTURE'])
echo  'document.location=\''.$scripturl, '?action=gallery;sa=next;id=', $context['gallery_pic']['ID_PICTURE'], '\';';

echo "       
}
}
</script>";
}

Is there a way from preventing this script from running when a textarea is highlight (onfocus)? Sometimes I will use left and right to move the cursor, and this changes the picture :(

Offline shuban

  • Hero Member
  • *****
  • Posts: 665
    • View Profile
    • Biology Forums
Re: Disabling this script when focused on a textarea
« Reply #1 on: November 30, 2016, 03:02:59 pm »
Bump :(
« Last Edit: November 30, 2016, 03:09:00 pm by shuban »

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Disabling this script when focused on a textarea
« Reply #2 on: November 30, 2016, 03:38:01 pm »
There is a way with javascript but I do not know it without research
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

 

Related Topics

  Subject / Started by Replies Last post
0 Replies
3633 Views
Last post December 24, 2007, 02:39:42 am
by RWL
0 Replies
3840 Views
Last post March 11, 2008, 03:53:43 pm
by astrod00d
8 Replies
7431 Views
Last post December 03, 2011, 10:45:25 am
by redfish
3 Replies
3722 Views
Last post May 29, 2012, 06:43:04 pm
by SMFHacks
3 Replies
4143 Views
Last post September 20, 2014, 09:48:27 am
by SMFHacks

+- Recent Topics

Please Help! by SMFHacks
April 17, 2024, 08:04:55 am

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

Powered by EzPortal