Possible bug in IE onDOMload
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 293
- Forks
- 110
- PR merge metrics
- No merged PRs in 30d
Description
I believe this line:
if(ua.ie&&ua.win){try{doc.write("<script id=__ie_ondomload defer=true src=//:></script>");
Should be changed to:
if(ua.ie&&ua.win){try{doc.write("<script id=__ie_ondomload defer=true src=//:></script>");
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the IE onDOMload code containing the shown doc.write call and inspect its surrounding handling. Compare the closing script tag with the issue's proposed replacement; the issue is done when the corrected form is present and the existing project checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100