Opened 11 years ago
Closed 11 years ago
#28340 closed defect (bug) (fixed)
Twenty Fourteen: Non-empty hashtag assumed
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 3.9.1 |
Component: | Bundled Theme | Keywords: | has-patch commit |
Focuses: | javascript | Cc: |
Description
The error appears in the browser Javascript console:
Empty string passed to getElementById().
To reproduce:
- Activate Twenty fourteen
- Show a menu with a link whose URL is #
- Go to the site and click that link and notice the error in your browser console.
Attachments (2)
Change History (6)
#1
@
11 years ago
- Summary changed from Non-empty hashtag assumed to Non-empty hashtag assumed in Twentyfourteen
#2
@
11 years ago
- Component changed from General to Bundled Theme
- Keywords has-patch added
- Milestone changed from Awaiting Review to 4.0
- Summary changed from Non-empty hashtag assumed in Twentyfourteen to Twenty Fourteen: Non-empty hashtag assumed
#3
@
11 years ago
- Keywords commit added
I could not reproduce the error message in Firefox or Chrome, but the fix looks proper.
28340.2.patch makes it a bit more consistent with the surrounding code.
Note: See
TracTickets for help on using
tickets.
Patch