Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tab UI selection is not highlighted on some screens #195

Closed
ogis-miyamura opened this issue Dec 12, 2019 · 0 comments
Closed

Tab UI selection is not highlighted on some screens #195

ogis-miyamura opened this issue Dec 12, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@ogis-miyamura
Copy link
Contributor

Description

In the following screen, the selection state of the tab UI is not highlighted

  • CONFIGURE > SERVER DEFAULTS
  • CONFIGURE > AUTHENTICATION > Core Attributes
  • DEPLOYMENT > SERVERS > (Select a server)

At the same time, the following error is output to the JavaScript console of the developer tool of the web browser

jquery-2.1.1-min.js:2 Uncaught Error: Syntax error, unrecognized expression: #
    at Function.t.error (jquery-2.1.1-min.js:2)
    at t.tokenize (jquery-2.1.1-min.js:2)
    at t.select (jquery-2.1.1-min.js:2)
    at Function.t [as find] (jquery-2.1.1-min.js:2)
    at Z.fn.init.find (jquery-2.1.1-min.js:2)
    at n.show (bootstrap-3.4.1-openam-jp.js:11)
    at HTMLAnchorElement.<anonymous> (bootstrap-3.4.1-openam-jp.js:11)
    at Function.each (jquery-2.1.1-min.js:2)
    at Z.fn.init.each (jquery-2.1.1-min.js:2)
    at Z.fn.init.t [as tab] (bootstrap-3.4.1-openam-jp.js:11)

Steps to reproduce

See Description

Expected Results

  • Selected tab is highlighted
  • JavaScript error is not output

Actual Results

  • Selected tab is not highlighted
  • JavaScript error is output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants