-
Suggestion
-
Resolution: Low Engagement
-
None
-
None
-
2
-
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.
The Table Filter html has a <form> with inputs, and Confluence page has a body:
<body onload="placeFocus()"...
The placeFocus() function (it is a built-in Confluence javascript function) focuses first form on page and ignores only 'inlinecommentform'. There is a comment in its code:
// The placeFocus() function won't focus on fields belonging to the form 'inlinecommentform'
It would be much convenience for Confluence to focus only native Confluence forms, or to add a class that will be ignored, etc.
- relates to
-
CONFCLOUD-40338 To focus only native Confluence forms.
- Closed