Pablo-WMDE created this task.
Pablo-WMDE added a project: Wikidata-Bridge.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  **Steps to Reproduce: **
  dependent on environment: Win 7, IE11
  
  **Actual Results:**
  
    GIVEN a healthy data bridge editing window
    WHEN  having changed the statement value (string input) & picked the edit 
decision (radio button)
    THEN  the "Publish changes" button remains disabled
  
  **Expected Results:**
  
    GIVEN a healthy data bridge editing window
    WHEN  having changed the statement value (string input) & picked the edit 
decision (radio button)
    THEN  the "Publish changes" button becomes enabled (blue)
  
  **Info**
  
  - this is probably caused by the component library's `RadioInput` component 
relying on 
<https://github.com/wikimedia/wikibase-vuejs-components/blob/702ded8561375302a3a48a500bda1bcd6bc606d5/src/components/RadioInput.vue#L12>
 the native `input` event which is not available in IE 
<https://caniuse.com/#feat=input-event>. `change` yields better results, so 
does `click`.
    - vuetify for example seems(?) to use `click` - but it is a bit hard to 
read 
<https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VInput/VInput.ts#L302>
  
  F31726661: VirtualBox_IE11 - Win7_03_04_2020_17_01_11.png 
<https://phabricator.wikimedia.org/F31726661>

TASK DETAIL
  https://phabricator.wikimedia.org/T249343

WORKBOARD
  https://phabricator.wikimedia.org/project/board/4074/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Pablo-WMDE
Cc: Aklapper, Pablo-WMDE, Sarai-WMDE, darthmon_wmde, Michael, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to