Opened 10 years ago
Closed 10 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 10 years ago by
comment:2 Changed 10 years ago by
Status: | new → pending |
---|---|
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 10 years ago by
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 10 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
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.
a miss, the attribute should be "tabindex" not "tab-index"