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

Font manager won't open #2033

Closed
breadoven opened this issue Apr 18, 2024 · 5 comments
Closed

Font manager won't open #2033

breadoven opened this issue Apr 18, 2024 · 5 comments
Labels
Milestone

Comments

@breadoven
Copy link
Collaborator

Using Configurator built from the current master clicking on the Font Manager button fails to open the font window. Chrome console shows the following error:

script.js:90 Uncaught TypeError: r.getClientRects is not a function
    at ce.fn.init.offset (script.js:90:83947)
    at jBox.position (script.js:20770:30988)
    at jBox.<anonymous> (script.js:20771:2575)
    at jBox.open (script.js:20771:3264)
    at jBox.toggle (script.js:20771:4474)
    at jBox.<anonymous> (script.js:20770:28200)
    at HTMLAnchorElement.dispatch (script.js:90:40035)
    at HTMLAnchorElement.v.handle (script.js:90:38006)

Anyone else noticed this or is it related to some issue with the local build ?

@OptimusTi
Copy link
Contributor

OptimusTi commented Apr 18, 2024

I've been having the same issue. It has been mentioned but I thought I was the only one having this issue. Something changed and we have issues like this one: #2024 and there are other tabs with the same issue as 2024.

@breadoven
Copy link
Collaborator Author

It sounded like this could be related to an issue with jquery which was bumped up to version 3.7.1 in #1934. I reverted jquery back to version 2.1.4 and it now works again so it seems this is probably related to the newer version. Any ideas @DzikuVx ?

@Scavanger
Copy link
Contributor

Yes, the jBox version included in the Configurator is not compatible with the new jQuery version.

@DzikuVx
Copy link
Member

DzikuVx commented Apr 22, 2024

Looks like jbox will have to be updated then

@DzikuVx DzikuVx added this to the 8.0 milestone Apr 22, 2024
@DzikuVx DzikuVx added the Bug label Apr 22, 2024
@Scavanger
Copy link
Contributor

Scavanger commented Apr 22, 2024

Looks like jbox will have to be updated then

Already done in #1961

@DzikuVx DzikuVx closed this as completed Apr 24, 2024
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

4 participants