Skip to content

Right frame doesn't hide when clicking "I know this term well" #61

Description

@jzohrab

The code in insert_word_ignore.php implies that the right frame should disappear, which would be nice:

    window.parent.document.getElementById('frame-l').focus();
    window.parent.setTimeout('cClick()', 100);

A few things wrong with this:

overlib_mini.js:189 Uncaught TypeError: Cannot read properties of null (reading 'style')
    at hideObject (overlib_mini.js:189:27)
    at eval (eval at runHook (overlib_mini.js:309:48), <anonymous>:1:1)
    at runHook (overlib_mini.js:309:48)
    at cClick (overlib_mini.js:45:32)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    uxUser Experience could be better

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions