Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

"Find" doesn't work within <select> <option> fields.

  • 4 trả lời
  • 1 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

When trying to find text on a page that is contained within an <option> tag inside a <select multiple="multiple"> HTML tag, it is ignored.

For example, if the source of the page is as follows:

<body> <select multiple="multiple"> <option value="myValue">sitemap</option> </select> </body>

..and you bring up FIND using CTRL-F and type "sitemap", it won't find, even though it's clearly visible on the page. [see attached screenshot]

I tested this on Firefox v51.0.1 x64, both in Win7 and Win10.

Any ideas? Is this just a bug? If so, can someone add it to the list to fix?

Thank you!

When trying to find text on a page that is contained within an <option> tag inside a <select multiple="multiple"> HTML tag, it is ignored. For example, if the source of the page is as follows: <body> <select multiple="multiple"> <option value="myValue">sitemap</option> </select> </body> ..and you bring up FIND using CTRL-F and type "sitemap", it won't find, even though it's clearly visible on the page. [see attached screenshot] I tested this on Firefox v51.0.1 x64, both in Win7 and Win10. Any ideas? Is this just a bug? If so, can someone add it to the list to fix? Thank you!

Tất cả các câu trả lời (4)

more options

screenshot example

more options

You would have to inspect the Page Source to find text that is part of such tags. You can only find text that is visible by default.

more options

Hi Cor-el (great name ;) )

Thanks for your reply. Please see screenshot -- the text IS visible -- I just mentioned the html tags to give a more specific account of the issue.

more options

Can you post a link to a publicly accessible page (i.e. no authentication or signing on required)?