Make WordPress Core

Opened 18 months ago

Closed 18 months ago

Last modified 18 months ago

#58981 closed defect (bug) (invalid)

When I found @Pyro, I face this error and not display the list, how can I reslove ?

Reported by: dilip2615's profile dilip2615 Owned by:
Milestone: Priority: normal
Severity: normal Version: 6.2.2
Component: Plugins Keywords:
Focuses: Cc:

Description (last modified by SergeyBiryukov)

https://prnt.sc/PYEPXTYRObmR

plugin.min.js?wp-mce-49110-20201110:423 Uncaught TypeError: Cannot read properties of undefined (reading 'top')

at AutoComplete.offset (plugin.min.js?wp-mce-49110-20201110:423:79)
at AutoComplete.show (plugin.min.js?wp-mce-49110-20201110:281:74)
at AutoComplete.lookup (plugin.min.js?wp-mce-49110-20201110:234:22)
at AutoComplete.rteKeyUp (plugin.min.js?wp-mce-49110-20201110:138:26)
at tN.i (jquery.min.js?ver=3.6.4:2:89049)
at c.fire (tinymce.min.js?ver=49110-20201110:2:197006)
at tN.fire (tinymce.min.js?ver=49110-20201110:2:197532)
at Pp (tinymce.min.js?ver=49110-20201110:2:199169)
at Object.t (tinymce.min.js?ver=49110-20201110:2:199644)
at C (tinymce.min.js?ver=49110-20201110:2:10800)

Attachments (1)

plugin.min.js (18.7 KB) - added by dilip2615 18 months ago.

Download all attachments as: .zip

Change History (5)

@dilip2615
18 months ago

This ticket was mentioned in Slack in #forums by nekojonez. View the logs.


18 months ago

#2 @Ipstenu
18 months ago

  • Resolution set to invalid
  • Status changed from new to closed

Hi @dilip2615 ! Welcome to Trac :)

Looking at the JS file you included, I noticed it has calls like this:

$('body').find(".bbp-template-notice").remove();

That strongly suggests that your issue is not with WordPress core but with a plugin. Probably a BBpress plugin or BuddyPress (both use BP as a prefix sometimes)?

With that in mind, I'm closing this ticket. You'll want to post for help in either:

https://bbpress.org/forums/ - bbPress

or

https://buddypress.org/support/ - BuddyPress

core.trac.wordpress.org is only for issues with WordPress core itself, not the extending plugins nor themes.

(Don't panic about 'invalid' -- that just means it's not a WP Core issue)

#3 @dilip2615
18 months ago

Hello @Ipstenu,
Thanks for your support.

In my site both plugins are required ( BBpress plugin and BuddyPress ).
I have already checked,plugin.min.js file working on live site.
but not working on local-server.

Thank you So Much for your suggestion.

Last edited 18 months ago by dilip2615 (previous) (diff)

#4 @SergeyBiryukov
18 months ago

  • Description modified (diff)
  • Keywords https://prnt.sc/PYEPXTYRObmR removed
  • Milestone Awaiting Review deleted

Moving the screenshot to the ticket description for clarity.

Last edited 18 months ago by SergeyBiryukov (previous) (diff)
Note: See TracTickets for help on using tickets.