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

Attributes Annotation Broken #1614

Closed
michaelmruta opened this issue May 29, 2020 · 2 comments · Fixed by #1755
Closed

Attributes Annotation Broken #1614

michaelmruta opened this issue May 29, 2020 · 2 comments · Fixed by #1755
Assignees
Labels
bug Something isn't working
Milestone

Comments

@michaelmruta
Copy link

michaelmruta commented May 29, 2020

To reproduce issue,

  • Open a job
  • Switch view from 'Standard' to 'Attributes Annotation'
  • Switch Frame w/ 'Go Next' or 'Go Back' twice
TypeError: Cannot read property 'removeClass' of undefined
    at Mu.deactivateShape (http://localhost:8080/cvat-ui.min.js:72:1377820)
    at Mu.deactivate (http://localhost:8080/cvat-ui.min.js:72:1378333)
    at Mu.activate (http://localhost:8080/cvat-ui.min.js:72:1380912)
    at Mu.notify (http://localhost:8080/cvat-ui.min.js:72:1370764)
    at Cc.notify (http://localhost:8080/cvat-ui.min.js:72:1287600)
    at Cc.activate (http://localhost:8080/cvat-ui.min.js:72:1290684)
    at Lu.activate (http://localhost:8080/cvat-ui.min.js:72:1385380)
    at od.componentDidUpdate (http://localhost:8080/cvat-ui.min.js:72:1419343)
    at yl (http://localhost:8080/cvat-ui.min.js:43:100837)
    at t.unstable_runWithPriority (http://localhost:8080/cvat-ui.min.js:51:3465)

or Switch Frame then pressing [Tab]

TypeError: Cannot read property 'pinned' of undefined
    at Mu.deactivateShape (http://localhost:8080/cvat-ui.min.js:72:1377910)
    at Mu.deactivate (http://localhost:8080/cvat-ui.min.js:72:1378333)
    at Mu.activate (http://localhost:8080/cvat-ui.min.js:72:1380912)
    at Mu.notify (http://localhost:8080/cvat-ui.min.js:72:1370764)
    at Cc.notify (http://localhost:8080/cvat-ui.min.js:72:1287600)
    at Cc.activate (http://localhost:8080/cvat-ui.min.js:72:1290684)
    at Lu.activate (http://localhost:8080/cvat-ui.min.js:72:1385380)
    at od.componentDidUpdate (http://localhost:8080/cvat-ui.min.js:72:1419343)
    at yl (http://localhost:8080/cvat-ui.min.js:43:100837)
    at t.unstable_runWithPriority (http://localhost:8080/cvat-ui.min.js:51:3465)

CVAT version
Server: 1.0rc0
Core: 2.0.0
Canvas: 1.0.0
UI: 1.1.2
Chrome: Version 83.0.4103.61 (Official Build) (64-bit)

@azhavoro azhavoro added the bug Something isn't working label Jun 1, 2020
@bsekachev
Copy link
Member

@michaelmruta

Hi, the issue might be related with #1541
Could you please update CVAT (by the way we have released the new version) and check if fix works for you?

@a-andre
Copy link
Contributor

a-andre commented Jun 18, 2020

Using 972e2f2, I can reproduce the first problem ('removeClass' of undefined). A user also reported the second problem, but couldn't say how reproduce it.

@bsekachev bsekachev self-assigned this Jun 18, 2020
@bsekachev bsekachev added this to the 1.1.0-alpha milestone Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants