arrow-down arrow at-sign bug check checkbox-checked checkbox-unchecked svg-checkmark chevron-right chevrons-right circle-down circle-left circle-right circle-up cloud2 svg-cross2 download download external-link filter github hash home leaf leaf left link-2 log-in log-out mail menu message-square minus plus radio-checked radio-checked2 radio-unchecked search settings spinner8 target twitter up upload-2 user users warning x zap
  • Home
  • Report a bug
  • Contribute
  • All issues
  • Login

URL: http://mw.nikkei.com/sp/#!/article/DGXLASDG06H06_W5A500C1000000/
Browser / Version: Firefox Mobile 36.0
Operating System: Android
Problem type: Something else - I'll add details below

Steps to Reproduce

  1. Navigate to: http://mw.nikkei.com/sp/#!/article/DGXLASDG06H06_W5A500C1000000/
  2. Scroll down to the section "関連キーワードで検索" (related keyword search)
  3. Click the blue button saying "水蒸気噴火"

Expected: site should launch a search for articles with this keyword
Actual: nothing happens.

The reason is that they depend on the non-standard innerText property:

searchKeyword:function(e){
    if (!e || !e.target || !e.target.innerText) return;

They could for example use

searchKeyword:function(e){
    if (!e || !e.target || !(e.target.innerText || e.target.textContent)) return;

both here and when they read the text to pass it to the search page.
country: jp

Please login to edit issues.

View issue on Github

Shortcut: Press l on your keyboard to open the label editor. Shortcut: Press g on your keyboard to be taken to the GitHub view of this page.
Closed: Fixed
#1051

mw.nikkei.com - keyword search depends on innerText

Opened: 2015-05-06
Reporter: hallvors
Comments: 4
  • Home
  • List of issues
  • About
  • Contribute
  • Contact
  • Privacy Policy
  • Terms of Service
  • Code of Conduct