Closed Bug 110093 Opened 23 years ago Closed 15 years ago

add indicator for image manager state to Media tab

Categories

(SeaMonkey :: Page Info, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 110075

People

(Reporter: mythdraug, Assigned: db48x)

References

Details

Attachments

(1 file)

Image info should contain some indication of an image's
status within the Image Manager.  I'm thinking red x for
site is blocked, green check for permitted, grey ? for
ask.
->daniel and confirming rfe.
Assignee: blakeross → db48x
Summary: [RFE] add indicator for image manager state to View -> Page Info -> Images → [RFE] add indicator for image manager state to View -> Page Info -> Images
Blocks: 82059
Status: UNCONFIRMED → NEW
Ever confirmed: true
I think what I'll do is set this column up, then make it so that clicking on
this column toggles the state for the image, kind like you can do in mail for
some of the flags in the outliner there. 

However, I'm not sure what the grey question mark icon would represent, perhaps
that the state hasn't been queried yet or something?
Blocks: 110075
No longer blocks: 82059
Plat, OS: --> All
OS: Windows 2000 → All
Hardware: PC → All
Sorry for the confusion on the question mark.
I was seeing it representing an image site that
did not exist in cookperm.txt (ie the user
accepted or denied the image but did not ask
mozilla to remember the choice). 
mass moving open bugs pertaining to page info to pmac@netscape.com as qa contact.

to find all bugspam pertaining to this, set your search string to
"BigBlueDestinyIsHere".
QA Contact: sairuh → pmac
Component: XP Apps: GUI Features → Page Info
Blocks: 143951
Summary: [RFE] add indicator for image manager state to View -> Page Info -> Images → [RFE] add indicator for image manager state to Page Info | Media
Summary: [RFE] add indicator for image manager state to Page Info | Media → add indicator for image manager state to Page Info | Media
Summary: add indicator for image manager state to Page Info | Media → add indicator for image manager state to Media tab
What would you say about this?
("Status:" field should appear right below the URL on the Media tab, which says
"Blocked" if the image is blocked).

HOWEVER: I wanted to also add "Not Found" if the image is not found. Does
anybody know what flag/condition/etc should be checked to do so?
Comment on attachment 104331 [details] [diff] [review]
Very alpha patch; please submit your comments!

Good start. I think however that instead of adding a row to the preview area,
we need a new column in the tree area.

Basically, to add a column you need to add it to the xul file, then add the id
to the list at the top of pageinfo.js, where imageView is declared. Then in
grabAll() you can check the status and add the information to the tree. You'll
probably need to add a way to specify an image in the addRow() function, though
it might be easier to just put an empty string there, and then have it call
setCellImage() [which would need ot be defined of course] seperatly.

>+  <!-- We need cookieOverlay.js because it contains IMAGEPERMISSION constant. --> 
>+  <script type="application/x-javascript" src="chrome://cookie/content/cookieOverlay.js"/>

it would probably be better to just copy the constant.
The general idea for adding a row was to have a flag having "OK / Blocked /
Broken / Not found at given URL" states. And I don't think it'll be a problem to
add such a column to the table too. I will work on it; this was a quick patch I
fixed in a few minutes.

>+  <!-- We need cookieOverlay.js because it contains IMAGEPERMISSION constant. 
>it would probably be better to just copy the constant.

And what if somebody changes that constant in cookieOverlay.js and forgets to
change it here? Then we'll get yet another misterious bug.


P.S. Anybody can give me an advice on how to figure out if the image is a)
broken and b) not found at given URL?
Product: Browser → Seamonkey
QA Contact: pmac
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
No longer blocks: 110075
Wow Philip.     Don't you think this would have been marked as a Dupe of my own bug at some other time in the last 7 years?
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: