Opened 9 years ago

Closed 9 years ago

#13320 closed Bug (invalid)

All input element on plugin dialog can't get focus if there a tabindex = -1 element in html

Reported by: 613038475 Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

as Title, if there a element like <div tab-index="-1"></div> in html (in my case is bootstrap modal), all input dialog on plugin element can't get focus.

Change History (4)

comment:1 Changed 9 years ago by 613038475

a miss, the attribute should be "tabindex" not "tab-index"

comment:2 Changed 9 years ago by Jakub Ś

Status: newpending
Version: 4.4.8 (GitHub - master)

Could you provide reduced HTML sample that shows this problem in code?

I'm asking for the sample because this doesn't have to be tabindex issue. We have couple of issues with modal dialogs and none of them so far was editor fault. Please see for example: #12525, #12768, #9934.

Reduced sample would definitely clear things up here.

comment:3 Changed 9 years ago by 613038475

I just open another ticket to require a option to disable focus manager. #13383 That thing just buggy, and I hate use my time to debug the code didn't written by me.

comment:4 Changed 9 years ago by Jakub Ś

Resolution: invalid
Status: pendingclosed

That thing just buggy,

Please also consider there might be bugs in jQuery and bootstrap as well.

Please see comment:16, comment:17 and comment:18 for solutions of this problem.

I'm closing this issue as invalid for now. @613038475 if you don't agree, please leave a comment.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy