Open
Bug 234363
Opened 22 years ago
Updated 5 years ago
Find skips alt text (of broken images)
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
NEW
People
(Reporter: FelixWiemannBugs, Unassigned)
Details
(Keywords: access)
Attachments
(1 file)
|
175 bytes,
text/html
|
Details |
User-Agent:
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040207 Firefox/0.8
When displaying of images is deactivated, the alt-texts are displayed but are not
found using the Find-dialog or using Find As You Type.
Reproducible: Always
Steps to Reproduce:
1. Go to about:config.
2. Set browser.display.show_image_placeholders to false and
network.image.imageBehavior to 2.
3. View a page containing images, e.g.
<http://www.python.org/doc/current/lib/module-shutil.html>.
4. Enter a text (e.g. "next") in order to search for links or press Ctrl+F and
search for the text.
Actual Results:
The images' alt-texts are not found, although they is displayed as normal text.
Expected Results:
The images' alt-texts should be found.
Comment 1•22 years ago
|
||
Comment 2•22 years ago
|
||
Also happens in Seamonkey, so -> browser
Assignee: firefox → guifeatures
Status: UNCONFIRMED → NEW
Component: General → XP Apps: GUI Features
Ever confirmed: true
OS: Linux → All
Product: Firefox → Browser
Hardware: PC → All
Version: unspecified → Trunk
Comment 3•22 years ago
|
||
See also bug 158757, same bug for non-broken images (and maybe specific to Find
As You Type).
Summary: Cannot find alt-texts instead of images → Find skips alt text (of broken images)
| Reporter | ||
Comment 4•22 years ago
|
||
I think bug 158757 is an enhancement proposal, whereas this one is pretty
obviously a bug.
Comment 5•22 years ago
|
||
The here problem is that the text is not in the DOM...
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
Comment 6•18 years ago
|
||
Filter "spam" on "guifeatures-nobody-20080610".
Assignee: guifeatures → nobody
QA Contact: guifeatures
You need to log in
before you can comment on or make changes to this bug.
Description
•