Minimal-Status-Bar icon indicating copy to clipboard operation
Minimal-Status-Bar copied to clipboard

Not working on framesets.

Open Zegnat opened this issue 9 years ago • 4 comments

Website I noticed this on: monster-rancher.com.

If I can find the time I will look into it more closely next week.

Zegnat avatar May 01 '15 09:05 Zegnat

There's a simple frame test in the test.html file I'd double check to make sure nothing broke. I'll also take a look if I get a chance.

visnup avatar May 01 '15 15:05 visnup

The IFRAME test works for me, which is why I think it has something to do with FRAMESET specifically.

Zegnat avatar May 01 '15 15:05 Zegnat

Ah. Got it.

visnup avatar May 01 '15 17:05 visnup

It looks like only FRAMEs work within FRAMESET, and FRAMESET replaces the document’s body. At least I haven’t been able to get a DIV to show up at all as a descendent of FRAMESET.

There must be a way around this however, as Ultimate Status Bar does work. Ultimate Status Bar adds an OBJECT element as direct descendent of the HTML, outside the FRAMESET, and is able to have it show up. More research required.

Zegnat avatar May 02 '15 17:05 Zegnat