mlalevic / new-tab-jumpstart

Automatically exported from code.google.com/p/new-tab-jumpstart
0 stars 0 forks source link

Get in trouble with Firefox Webdeveloper Toolbar #127

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install the Firefox Webdeveloper Toolbar
2. Install the New Tab JumpStart
3. Open any Webpage and choose from Webdeveloper Toolbar Menü,in example "View 
CSS", "View Imageinformation" or "Cookie Information".

What is the expected output? What do you see instead?
The Output from Webdev Toolbar is unformated, unreadable and .

What version of the product are you using? On what operating system?
Firefox 6.x, Last Version Webdev. Toolbar

Please try to fix it.

Thomas

Original issue reported on code.google.com by tmesc...@gmail.com on 15 Sep 2011 at 8:16

GoogleCodeExporter commented 9 years ago
I did a research and I know what the issue is, but I'm not sure if I can fix 
it. Web Developer is using about:blank (which is empty page when you open a new 
tab) and modifies its contents on the fly. New Tab Jumpstart intercepts 
about:blank and presents itself instead. Because New Tab Jumpstart is not a 
html page (like about:blank) Web Developer cannot properly handle it.

This is fundamental part of New Tab Jumpstart - it is made to replace blank new 
tab with usable contents, so I cannot change that. Web Developer can be changed 
to use a different page or possibly a custom made page to overcome this - I was 
able to change it to use about:robots page, the only thing is - the original 
content is rendered under Web Developer's content - but it's at least readable 
(so as a proof of concept - it works). You should probably contact Web 
Developer's developer and see if he has any ideas on how to fix this.

Original comment by mlalevic@gmail.com on 19 Sep 2011 at 9:22