EasyUI Forum
May 03, 2024, 11:39:05 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Messager prompt focus  (Read 6270 times)
chrwei
Full Member
***
Posts: 219


View Profile Email
« on: December 16, 2014, 08:50:09 AM »

In both IE and Chrome the input does not get focus like the code says it should.  this is because it's using
Code:
win.children("input.messager-input").focus();
which only gets direct decedents, and the input is inside a <div>.  Changing to
Code:
win.find("input.messager-input").focus();
works.
Logged
jarry
Administrator
Hero Member
*****
Posts: 2262


View Profile Email
« Reply #1 on: December 16, 2014, 08:55:43 AM »

To solve this issue, please download the patch from http://www.jeasyui.com/download/downloads/jquery-easyui-1.4.1-patch.zip.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!