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

error occurred at dialog prompt #54

Closed
UrVerySpecial opened this issue May 9, 2017 · 5 comments
Closed

error occurred at dialog prompt #54

UrVerySpecial opened this issue May 9, 2017 · 5 comments

Comments

@UrVerySpecial
Copy link

i got error when submitted at dialog prompt

Uncaught TypeError: Cannot read property 'checkValidity' of undefined
    at o.html5Validation (app.ed77701….js:1)
    at o.n [as html5Validation] (vendor.726eec4….js:6)
    at o.blur (app.ed77701….js:1)
    at n (vendor.726eec4….js:6)
    at HTMLInputElement.t (vendor.726eec4….js:6)
    at Object.Ot [as removeChild] (vendor.726eec4….js:6)
    at r (vendor.726eec4….js:6)
    at n (vendor.726eec4….js:6)
    at vendor.726eec4….js:6
    at vendor.726eec4….js:6
    at c (vendor.726eec4….js:6)
    at HTMLDivElement.d (vendor.726eec4….js:6)

error

@rafaberaldo
Copy link
Contributor

Gonna take a look at it tomorrow, did you clone or is it in the online docs?

@UrVerySpecial
Copy link
Author

in online docs site!

@rafaberaldo
Copy link
Contributor

This is not happening here 🤔
Tested in Chrome, Firefox and Edge.

@UrVerySpecial
Copy link
Author

😟 I got this error in Chrome. And my team's browser too. I've tested at firefox, and it was OK.
I have no clue why it is ok at your env...
I figure it is not critical problem, so there is no problem to close this issue.
Thanks.

@rafaberaldo
Copy link
Contributor

It might've been fixed at the v0.3.2, could you take a look?

kikuomax added a commit to kikuomax/buefy that referenced this issue Sep 4, 2023
* test(lib): update Checkbox spec

- Updates the unit tests (spec) of `Checkbox` so that they can work with
  Vue 3 and `@vue/test-utils` V2:
    - Replaces `wrapper.name()` with `wrapper.vm.$options.name` because
      `wrapper.name` no longer exists in V2.
    - Replaces the test on `wrapper.isVueInstance()` with presence of
      `wrapper.vm` because `wrapper.isVueInstance` no longer exists in
      V2.
    - Awaits `wrapper.setProps` to make sure subsequent tests verify new
      props.
    - Corrects v-model bindings:
        - property: `value` → `modelValue`
        - event: `input` → `update:modelValue`
    - Refreshes the snapshot. I did not see any problems in the new
      snapshot.

issue ntohq#1

* test(lib): update CheckboxButton spec

- Updates the unit tests (spec) of `CheckboxButton` so that they can
  work with Vue 3 and `@vue/test-utils` V2:
    - Replaces `wrapper.name()` with `wrapper.vm.$options.name` because
      `wrapper.name` no longer exists.
    - Replaces the test on `wrapper.isVueInstance()` with presence of
      `wrapper.vm` because `wrapper.isVueInstance` no longer exists.
    - Replaces `wrapper.contains` with a combination of `wrapper.find`
      and `exists` because `wrapper.contains` no longer exists.
    - Corrects the v-model binding:
        - property: `value` → `modelValue`
        - event: `input` → `update:modelValue`
    - Awaits `wrapper.setProps` so that the subsequent tests verify new
      props.
    - Refreshes the snapshot. I did not see any problems in the new
      snapshot.

issue ntohq#1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants