rtCamp / rtMedia

rtMedia (formerly Buddypress Media) adds advanced multimedia functionality to WordPress, BuddyPress and bbPress
https://rtmedia.io/
122 stars 110 forks source link

Add/deactive survey popup #1939

Closed robicse11127 closed 1 year ago

robicse11127 commented 2 years ago

Added deactivation popup survey module in the plugin

1934 1934

pavanpatil1 commented 2 years ago

Hi @robicse11127, Verified the PR. Functionality is working fine. deactivation popup is showing after clicking on deactivating and being able to select and submit it successfully. However, observed a few things. Please check this.

Expected typos on these points. :

image


image


https://user-images.githubusercontent.com/44057535/182523565-ed4650cb-64f2-4f59-9927-082931813cd5.mp4

robicse11127 commented 2 years ago

@pavanpatil1 I have updated the typo issue and the background blur issue. However the plugin deactivation loading issue - we have no dependency on plugin deactivation process with our API. So we should not add any uploader to it. We have used the default WP plugin deactivation process here.

pavanpatil1 commented 2 years ago

Hi @robicse11127, Verified the fix for the background issue working fine. Still, for the typo issue, one string is remaining. could you please check ?.

image

pavanpatil1 commented 2 years ago

Verified the PR, the above fixes are working fine. You can merge the PR @robicse11127.

image

robicse11127 commented 1 year ago

@pavanpatil1 Branch conflicts resolved with pre-release branch

kjnanda commented 1 year ago

@pavanpatil1 Here is my findings.

Expected result - the pop up form should be visible when user click on deactivate plugin link and it should be submitted successfully.

Actual result -

  1. Clicking on deactivate link plugin is deactivate without showing pop up survey form
  2. (Activate it again) Click on deactivate link for the 2nd time - shows the pop up survey form
  3. Unable to submit the survey form
  4. Console shows the error while clicking on Submit and Deactivate button

Please check this visual where it shows the form is not getting opened on first attempt.

deactivate form issue


The console errors log screenshot

Screenshot 2023-07-21 at 1 22 39 PM
pavanpatil1 commented 1 year ago

Hi @kjnanda, The issue seems happening because of HTTP auth on the rtmedia-dev site. I have temporarily removed it for testing. I will add it again once testing done. Can you check once again?

kjnanda commented 1 year ago

@pavanpatil1 It works as expected now.