sieukrem / jn-npp-plugin

Plugin for Notepad++ allowing you to automate some tasks using JavaScript
https://github.com/sieukrem/jn-npp-plugin/wiki
110 stars 24 forks source link

TypeError, 'styleSheet' is null or not an object, number=-2146823281 #124

Open iG8R opened 11 months ago

iG8R commented 11 months ago

Describe the bug Hi. I encountered the following errors when trying to open some dialog windows of jN plugin's menus.

name=TypeError
message='styleSheet' is null or not an object
number=-2146823281
description='styleSheet' is null or not an object
'null' is null or not an object
line: 182, pos: 4

To Reproduce Steps to reproduce the behavior:

  1. Try to open "Settings" from the "Smart Highlighter", "JSHint" and "CSS Lint" menus.
  2. See the above-mentioned errors.

Expected behavior There has to appear the "Settings" window instead of errors.

Environment

Screenshots

NotepadPP-jN-TypeError-Video_2023-12-06_03-56-49.webm

sieukrem commented 11 months ago

I assume it is a compatibility issue related to Internet Explorer present on your PC, which is used for dialogs. I will take a look in it, but cannot promise fast solution, because I could not reproduce on my PC. https://learn.microsoft.com/de-de/previous-versions/windows/internet-explorer/ie-developer/platform-apis/jj160786(v=vs.85)

iG8R commented 11 months ago

Thanks a lot! I'll be waiting for good news.

PS. Just in case - Edge Version 120.0.2210.61 (Official build) (64-bit)