GitHub / dominikh/go-js-dom issues and pull requests
#88 - Files licensed CC-BY-SA-2.5
Issue -
State: open - Opened by fvcr 6 months ago
- 5 comments
#87 - add PointerID and PointerType to PointerEvent, as well as DataTransfer.SetData
Pull Request -
State: closed - Opened by dmitshur 8 months ago
- 1 comment
#86 - Adding examples to the repository
Issue -
State: open - Opened by moose56 about 1 year ago
#85 - Add Element.ReplaceChildren
Issue -
State: open - Opened by alexflint almost 2 years ago
- 1 comment
#84 - fix js.Value argument in DrawImage*
Pull Request -
State: closed - Opened by slon over 2 years ago
- 1 comment
#83 - go install honnef.co/go/js/dom/v2@latest yields an error message:
Issue -
State: closed - Opened by serge-hulne almost 4 years ago
- 1 comment
#82 - Adding event type strings to use with `AddEventListener`
Issue -
State: open - Opened by soypat almost 4 years ago
#81 - Missing `Children` method on `dom.Element`
Issue -
State: open - Opened by inliquid almost 4 years ago
#80 - rebase PointerEvent on top of MouseEvent
Pull Request -
State: closed - Opened by dmitshur about 4 years ago
- 1 comment
#79 - v2: RequestAnimationFrame callback argument type misleading
Issue -
State: closed - Opened by bergwerf about 5 years ago
- 1 comment
#78 - v2: unable to DrawImage
Issue -
State: closed - Opened by bergwerf about 5 years ago
- 3 comments
Labels: bug
#77 - rebase WheelEvent on top of MouseEvent
Pull Request -
State: closed - Opened by dmitshur about 5 years ago
#76 - v2: CreateTextNode() panics
Issue -
State: closed - Opened by antong over 5 years ago
- 3 comments
Labels: bug
#75 - v2: support go1.14
Pull Request -
State: closed - Opened by inliquid over 5 years ago
- 5 comments
#74 - v2 does not compile with go1.14
Issue -
State: closed - Opened by inliquid over 5 years ago
- 2 comments
#73 - adoptNode is missing "deep" param
Issue -
State: open - Opened by mihaiav over 5 years ago
#72 - feature request: indexeddb interface
Issue -
State: open - Opened by mihaiav over 5 years ago
#71 - v2: fix js.Value argument in PutImageData and PutImageDataDirty
Pull Request -
State: closed - Opened by dmitshur almost 6 years ago
- 3 comments
#70 - Cannot load honnef.co/go/js/dom/v2: no Go source files
Issue -
State: open - Opened by fannyhasbi almost 6 years ago
- 1 comment
Labels: question
#69 - v2: add dom package
Pull Request -
State: closed - Opened by dmitshur about 6 years ago
- 5 comments
#68 - WheelEvent inherits MouseEvent
Issue -
State: closed - Opened by skabbes about 6 years ago
#67 - Add Element.Matches and Element.Closest
Pull Request -
State: closed - Opened by inkeliz over 6 years ago
- 1 comment
#66 - Add HTMLDialogElement, HTMLPictureElement,, HTMLSlotElement
Pull Request -
State: open - Opened by inkeliz over 6 years ago
- 2 comments
#65 - Missing: HTMLDialogElement, HTMLSlotElement, HTMLPictureElement
Issue -
State: open - Opened by inkeliz over 6 years ago
- 1 comment
#64 - Feature Request: Element.closest()
Issue -
State: open - Opened by inkeliz over 6 years ago
#63 - Add HTMLTemplateElement
Pull Request -
State: closed - Opened by inkeliz over 6 years ago
#62 - HTMLTemplateElement is missing?
Issue -
State: closed - Opened by inkeliz over 6 years ago
#61 - DispatchEvent of "Click"/"Change"
Issue -
State: closed - Opened by inkeliz almost 7 years ago
- 1 comment
Labels: question
#60 - go get honnef.co/go/js/dom
Issue -
State: closed - Opened by h8liu almost 7 years ago
- 1 comment
#59 - wasm: Port of the library using `sycall/js`
Pull Request -
State: closed - Opened by yml about 7 years ago
- 14 comments
#58 - "go get -u honnef.co/go/js/dom" fails
Issue -
State: closed - Opened by h8liu about 7 years ago
- 2 comments
#57 - v2: Create with support for both GopherJS and GOOS=js GOARCH=wasm.
Issue -
State: closed - Opened by dmitshur about 7 years ago
- 14 comments
Labels: enhancement
#56 - Using HTML5 history gives a nil reference error
Issue -
State: closed - Opened by grkuntzmd about 7 years ago
- 1 comment
Labels: duplicate
#55 - Implement TouchEvent internals; add Touch.
Pull Request -
State: closed - Opened by dmitshur over 7 years ago
#54 - Consider adding a Bytes []byte method to File (or documenting an example of how it can be achieved).
Issue -
State: open - Opened by dmitshur over 7 years ago
- 5 comments
#53 - Rearrange top level definitions.
Pull Request -
State: closed - Opened by dmitshur over 7 years ago
#52 - Fix MouseEvent.RelatedTarget; add RelatedTarget to FocusEvent.
Pull Request -
State: closed - Opened by dmitshur over 7 years ago
#51 - honnef.co/go/js/dom returns error 502
Issue -
State: closed - Opened by FlorianUekermann over 7 years ago
- 1 comment
#50 - Make ImageData implement draw.Image interface.
Pull Request -
State: closed - Opened by dmitshur over 7 years ago
#49 - Change *Element parameters to Element
Pull Request -
State: closed - Opened by dmitshur over 7 years ago
#48 - CanvasRenderingContext2D.DrawImage doesn't accept *HTMLImageElement because its parameter is *Element.
Issue -
State: closed - Opened by Luncher over 7 years ago
- 6 comments
#47 - Navigator.Online() is not implemented
Issue -
State: open - Opened by Programmerino almost 8 years ago
- 1 comment
#46 - Add result parameters to gradient, pattern creation methods.
Pull Request -
State: closed - Opened by dmitshur almost 8 years ago
- 9 comments
#45 - No nice way to set CanvasRenderingContext2D.FillStyle to gradient, pattern.
Issue -
State: open - Opened by dmitshur almost 8 years ago
- 2 comments
#44 - Implementation of the missing CanvasRenderingContext2D functions
Pull Request -
State: closed - Opened by luckcolors almost 8 years ago
- 15 comments
#43 - Missing: ImageData functions on Canavas2d ctx
Issue -
State: closed - Opened by luckcolors almost 8 years ago
- 6 comments
#42 - Use float for arcs
Pull Request -
State: closed - Opened by Eun about 8 years ago
- 5 comments
#41 - window.History() is not implemented.
Issue -
State: open - Opened by FlorianUekermann about 8 years ago
- 4 comments
#40 - Fix call to createElementNS in CreateElementNS
Pull Request -
State: closed - Opened by orrche about 8 years ago
#39 - Add document.ExecCommand().
Pull Request -
State: open - Opened by udhos about 8 years ago
#38 - Accessing Values From Input Forms
Issue -
State: closed - Opened by yairark about 8 years ago
- 2 comments
Labels: question
#37 - Missing document.execCommand()?
Issue -
State: open - Opened by kylewolfe about 8 years ago
- 4 comments
#36 - Added CanvasRenderingContext2D Save and Restore functions.
Pull Request -
State: closed - Opened by inchingforward over 8 years ago
#35 - Implementing window.history
Pull Request -
State: open - Opened by itsmontoya over 8 years ago
- 8 comments
#34 - Uncaught RangeError: Maximum call stack size exceeded
Issue -
State: closed - Opened by dragosbulugean almost 9 years ago
- 5 comments
#33 - createShadowRoot() and WebComponent
Issue -
State: closed - Opened by Slals almost 9 years ago
- 2 comments
#32 - Add a method to access the File content.
Issue -
State: closed - Opened by tbellembois about 9 years ago
- 3 comments
#31 - Get underlying *js.Object from Event
Issue -
State: closed - Opened by vron over 9 years ago
- 2 comments
Labels: enhancement
#30 - Feature Request: Element.SetOuterHTML.
Issue -
State: closed - Opened by dmitshur over 9 years ago
- 6 comments
#29 - Window.navigator: Add support for NavigatorLanguage and NavigatorOnLine
Pull Request -
State: closed - Opened by siongui over 9 years ago
- 11 comments
#28 - paused, play(), and pause() support for HTMLMediaElement
Pull Request -
State: closed - Opened by siongui over 9 years ago
- 1 comment
#27 - Fix BasicNode.LookupPrefix
Issue -
State: open - Opened by dominikh over 9 years ago
Labels: bug
#26 - Add dispatchEvent method and CreateEvent function
Pull Request -
State: closed - Opened by arvitaly over 9 years ago
- 3 comments
#25 - Uncaught TypeError: a.Object.index is not a function calling ToMap
Issue -
State: closed - Opened by thellimist over 9 years ago
#24 - Addition of Attributes and Dataset changes(moved dataset into Element interface)
Pull Request -
State: closed - Opened by influx6 almost 10 years ago
- 8 comments
#23 - DocumentFragment changes
Pull Request -
State: closed - Opened by influx6 almost 10 years ago
- 4 comments
#22 - Use floats instead of ints in ClientRect
Pull Request -
State: closed - Opened by dominikh almost 10 years ago
- 2 comments
#21 - moving under gopherjs organization?
Issue -
State: closed - Opened by slimsag almost 10 years ago
- 2 comments
#20 - Where is document.readyState property?
Issue -
State: closed - Opened by timfayz about 10 years ago
- 8 comments
#19 - Do not truncate accuracy of values for various positions/dimension methods.
Issue -
State: closed - Opened by dmitshur over 10 years ago
- 9 comments
#18 - add requestAnimationFrame and importNode
Pull Request -
State: closed - Opened by shutej over 10 years ago
- 5 comments
#17 - Documentation
Pull Request -
State: closed - Opened by dominikh over 10 years ago
- 1 comment
#16 - README: Improve install steps.
Pull Request -
State: closed - Opened by dmitshur over 10 years ago
- 5 comments
#15 - Installing on Ubuntu with 512MB Ram Crashes
Issue -
State: open - Opened by fabioberger over 10 years ago
- 3 comments
#14 - Update to new gopherjs/js API for null and undefined.
Pull Request -
State: closed - Opened by dmitshur over 10 years ago
- 1 comment
#13 - Add Options() to HTMLSelectElement.
Issue -
State: closed - Opened by dmitshur over 10 years ago
- 1 comment
#12 - Improve SetClass situation.
Issue -
State: closed - Opened by dmitshur almost 11 years ago
- 3 comments
#11 - Implement window.GetComputedStyle
Pull Request -
State: closed - Opened by andrebq almost 11 years ago
- 4 comments
#10 - Issue with interaction between methods that accept nil and return nil.
Issue -
State: closed - Opened by dmitshur almost 11 years ago
- 5 comments
#9 - URLUtils.
Pull Request -
State: closed - Opened by dmitshur almost 11 years ago
- 1 comment
#8 - Add a way to extract what key was pressed to KeyboardEvent.
Issue -
State: closed - Opened by dmitshur almost 11 years ago
- 2 comments
#7 - Add documentation
Issue -
State: open - Opened by dominikh almost 11 years ago
- 5 comments
#6 - Add an Error type
Issue -
State: open - Opened by dominikh almost 11 years ago
#5 - Add Select() method to HTMLInputElement.
Pull Request -
State: closed - Opened by dmitshur almost 11 years ago
- 1 comment
#4 - AppendChild should take a Node not Element as per DOM
Pull Request -
State: closed - Opened by taruti about 11 years ago
- 1 comment
#3 - Support Text nodes in DOM
Pull Request -
State: closed - Opened by taruti about 11 years ago
#2 - add canvas api support
Pull Request -
State: closed - Opened by josedonizetti about 11 years ago
- 4 comments
#1 - adaption to js.Global change
Pull Request -
State: closed - Opened by neelance over 11 years ago
- 1 comment