WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-191931-14.MAI' (Errcode: 28 "No space left on device")]SELECT p.* FROM wp_mdb_forum_posts AS p LEFT JOIN wp_mdb_forum_posts AS q ON( q.Id = p.ParentId AND p.Id = q.AcceptedAnswerId ) WHERE p.PostTypeId = 2 AND p.ParentId = 106032 GROUP BY p.Id ORDER BY CASE WHEN q.Id IS NOT NULL THEN 1 ELSE 0 END DESC, p.UpvoteCount DESC, p.CreationDate ASC
Topic: MDBSelect - Setfocus problem
Expected behavior Setting the focus with JS on a MDBSelect ($(...).focus()), it should become the active control.
Actual behavior Very strange: if you set the focus with JS onto the MDBselect, THEN there is a onfocus-event (which does NOT come entering the control via mouse or keyboard), but the MDBselect is not active.
Kind regards, WoMe
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Open
- User: Free
- Premium support: No
- Technology: MDB jQuery
- MDB Version: 4.12.0
- Device: x64
- Browser: FF, Chrome
- OS: Win
- Provided sample code: No
- Provided link: No
Grzegorz Bujański commented 6 years ago
Hi.
I send you this snippet before: https://mdbootstrap.com/snippets/jquery/grzegorz-bujanski/1712853
I add focus with js here. And work fine. And focus event is triggered.
Best, Grzegorz