system.perspective.openPopup, Label is always **Selected**?

Ignition Version: 8.1.24 (b2023011208)
I add Script in onDoubleClick, then open a poup.

	titleStr = "M31"
	tagpath = "M31"
	system.perspective.openPopup(tagpath, 'Popup/M31',title=titleStr,params = {'tagpath':tagpath})

But the Poup's Label is always Selected?

Is there anything wrong?

You have applied a style background to all your popup text, likely on the stylesheet.

Delete browser data.
It becomes normal!

A label can't be selected in Preview or in the browser!