Closed
Bug 60428
Opened 24 years ago
Closed 23 years ago
Page Info should show linked-to files (css/js)
Categories
(SeaMonkey :: Page Info, enhancement, P2)
SeaMonkey
Page Info
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: netdragon, Assigned: db48x)
References
Details
Attachments
(2 files)
The Page Info requires files that are linked to in the header. For example, CSS
and Javascript files.
Using this tag:
<link rel="STYLESHEET" type="text/css" href="file.css">
Reporter | ||
Updated•24 years ago
|
Severity: normal → enhancement
Comment 1•24 years ago
|
||
Brian Bober, I'm not sure what the problem is here. Can you please explain it
more thoroughly, give some steps to reproduce it, a description of the buggy
behavior and a description of the expected behavior. Thanks.
Comment 2•24 years ago
|
||
moving to XP GUI, as I see that se has filed page info bugs to it.
basically, the reporter asks that files that are linked to (such as css files or
js files) should be shown in page info
Assignee: asa → ben
Status: UNCONFIRMED → NEW
Component: Browser-General → XP Apps: GUI Features
Ever confirmed: true
OS: other → All
QA Contact: doronr → sairuh
Summary: Page Info requires Link files → Page Info should show lingked-too files (css/js)
Reporter | ||
Comment 3•24 years ago
|
||
Reporter | ||
Comment 4•24 years ago
|
||
Reporter | ||
Comment 5•24 years ago
|
||
You'll need to download these attachments to view the HTML page. Place them both
in the same directory. Page info under the view menu.
Comment 7•24 years ago
|
||
See also bug 11520, which would either make this a view menu item or part of
page info (at least for stylesheets).
Assignee | ||
Comment 8•24 years ago
|
||
Brian, exactly what information do you think needs to be shown in order to fix
this bug? Would it be satisfactory to just list the url and what kind of link it
is (external stylesheet vs other LINK types, etc)? Have you checked out
http://critique.net.nz/project/mozilla/general/component/info/, which is
probably the formost proposal on Page Info stuff? What about my own
modifications to this at http://db48x.hypermart.net/pageinfo/?
Basically, I'd like to know if there was any particular info you were looking
for, so I can fix it. :)
Reporter | ||
Comment 9•24 years ago
|
||
fixing spelling errors in topic
Summary: Page Info should show lingked-too files (css/js) → Page Info should show linked-to files (css/js)
Comment 10•24 years ago
|
||
If the URLS are linked (hint!) then I think there isn't a need for more info
about javascript/css files since they can be seem by clicking on them (on a
separate window?).
Reporter | ||
Comment 11•24 years ago
|
||
I don't understand what you are saying.
Comment 12•24 years ago
|
||
I think that if the URLS are linked then it would it be satisfactory to just
list the url and what kind of link it is (external stylesheet vs other LINK
types, etc). Because then you can click on the links and see the files on a
(new?) browser window.
Reporter | ||
Comment 13•24 years ago
|
||
For things like javascript, that won't work. Javascript is stored in .js files
and js files will try to run in the browser. For things like html links it will
work but for .js files and.css files? It might be necessary to load them into
an empty window or some type of text viewer.
Comment 14•24 years ago
|
||
can we show links as:
<a href="view-source:url">source:</a> <a href="url">url</a>
[or some intl variation]
fwiw, js files will probably not run if loaded in a web browser.
Comment 15•24 years ago
|
||
Daniel, do you want to look into this? If not, feel free to reassign back.
Assignee: ben → db48x
Assignee | ||
Comment 16•24 years ago
|
||
I like timeless' suggestion, I think that it's the easiest way to go about it.
Status: NEW → ASSIGNED
Assignee | ||
Comment 17•23 years ago
|
||
ah, the joy of a shortened release cycle.
Status: ASSIGNED → NEW
Priority: P3 → P2
Target Milestone: --- → mozilla0.9.3
Assignee | ||
Comment 19•23 years ago
|
||
*** Bug 88607 has been marked as a duplicate of this bug. ***
Comment 20•23 years ago
|
||
52730 is targetted to 0.9.3 and this will be fixed by it. Is it really
necessary that this remain targetted to .9.3 as well (especially given the
seeming likelihood that 52730 isn't getting checked in before tonight's freeze)?
Target Milestone: mozilla0.9.3 → mozilla0.9.4
Comment 21•23 years ago
|
||
this one seems to be sliding.. lets try to give it a realistic milestone.
thanks - chofmann
Target Milestone: mozilla0.9.4 → ---
Assignee | ||
Comment 22•23 years ago
|
||
I'll be back from vacation soon.
Target Milestone: --- → mozilla0.9.8
Assignee | ||
Comment 24•23 years ago
|
||
yay! finnally checked in. Thank you bz :)
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 25•23 years ago
|
||
mass moving resolved fixed bugs pertaining to page info, view source, find in
page and open web location to pmac@netscape.com.
to find all bugspam pertaining to this, set your search string to
"SunsComingUpLikeABigBaldHead".
QA Contact: sairuh → pmac
Comment 27•23 years ago
|
||
The original description of this bug lists that not only CSS files should show
up in the Page Info, but also JavaScript (js) files. Currently this patch does
not View JavaScript files. Goto any page which has a JavaScript SRC SCRIPT
block and they do not show up in the current Page Info dialog.
So will that not be implemented?
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•