• Resolved cfrascadore

    (@cfrascadore)


    Hi,

    I have been experimenting a conflict between dashboard widgets suite and ultimate member. When DWS is activated, double clicking in a UM form field makes the field disappear (it becomes hidden). Is it a known issue ? How can I solve this ?

    Your widget is great and I surely would like to continue using it.

    Thanks

    • This topic was modified 5 years, 6 months ago by cfrascadore.
    • This topic was modified 5 years, 6 months ago by cfrascadore.
Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author Jeff Starr

    (@specialk)

    Hi cfrascadore,

    Glad to help. I am not aware of any issues with UM, are you getting any error or debug messages?

    Thread Starter cfrascadore

    (@cfrascadore)

    Hi Jeff,

    No just that double click issue in UM fields.

    Thread Starter cfrascadore

    (@cfrascadore)

    It occurs in the user profile page
    I can give you an access to the dev site if necessary.
    Claude

    Plugin Author Jeff Starr

    (@specialk)

    What about any JS errors in the browser console? (or can use a browser extension for JS errors)

    Thread Starter cfrascadore

    (@cfrascadore)

    there are none. As I can see, the div container dynamicaly gets a display:none style attribute

    before double click :
    <div class=”um-field um-field-first_name um-field-text um-field-type_text” data-key=”first_name”>

    after double click :
    <div class=”um-field um-field-first_name um-field-text um-field-type_text” data-key=”first_name” style=”display: none;”>

    nothing else

    strange, isn’t it ?

    Plugin Author Jeff Starr

    (@specialk)

    Also can try disabling each dashboard widget individually and the plugin settings. I’m not sure if the UM issue is on the frontend or admin area, but only three of the widgets do anything on the frontend.

    Plugin Author Jeff Starr

    (@specialk)

    Replying to your comment, yes is odd.. Nothing in DWS targets any um- class or attribute. Everything is prefixed with dws- or similar.

    Thread Starter cfrascadore

    (@cfrascadore)

    I disabled everything but UM and DWS and I still get the error…
    if I disable DWS, the problem disappears.

    If I double click on the label, it does the same thing. It happens if I click anywhere within the div zone.

    Same thing in all <div> even if it not an input field.

    • This reply was modified 5 years, 6 months ago by cfrascadore. Reason: added a comment
    • This reply was modified 5 years, 6 months ago by cfrascadore.
    Plugin Author Jeff Starr

    (@specialk)

    Questions:

    1) is this happening in the admin area or on the front-end?

    2) all DWS script files are named beginning with scripts-. Can you search the source code of the page to see if any scripts- are loaded, and if so which ones?

    • This reply was modified 5 years, 6 months ago by Jeff Starr.
    Thread Starter cfrascadore

    (@cfrascadore)

    doesn’t happen if it is within a <span>
    hope it helps?

    Plugin Author Jeff Starr

    (@specialk)

    Alright thanks for the infos. I will investigate this and resolve any issue in the next version of DWS.

    Thread Starter cfrascadore

    (@cfrascadore)

    It seems to be triggered in scripts-user-notes.js at line 29.
    Maybe not…

    Looking forward for your fix.
    Thanks!

    • This reply was modified 5 years, 6 months ago by cfrascadore.
    Plugin Author Jeff Starr

    (@specialk)

    Just to follow up, this issue is resolved in DWS version 1.9. Should be available today or tomorrow. Thank you for the helpful feedback, cfrascadore.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Conflict between dashboard widgets suite and ultimate member’ is closed to new replies.