JohnK

Results 20 issues of JohnK

1.) In the sample browser (Sample 8 - Web Browser), type something in the address field, or in an input field such as the search box on https://www.google.com/. 2.) Press...

**NEW BEHAVIOR FOR v1.3: Now the clipboard is completely empty**, which may be better than having everything except for the problematic character(s). I updated the summary to indicate this (used...

For a resizable div or textarea, the resize handle/gripper at the bottom-right corner does not appear. So there is no visual indication that the element is able to be resized,...

Setting the cache_path does not work. So with the following: ``` Config config; config.cache_path = "c:\\temp"; ``` ...I still get: `Initializing Ultralight v1.3.0 (WebKit 610.4.3.1.4) with the following configuration cache_path:...

In UltraLight 1.3 (and also 1.2.1), the toDataURL() canvas function returns an empty string (does not throw exception). Here is example html to show the issue (this works in Chrome)...

Detection of Ctrl and Shift for key/mouse events work, but not Alt detection. Here's example code you can load in the browser sample app: ```javascript Ctrl/Alt/Shift detection test Click while...

The `event.key` value is "Unidentified" for Escape and NumLock, and for numpad keys other than Enter when numlock is on. And for apparently **every** key, `event.code` is an empty string....

There is a significant memory leak (equally in 1.3 and 1.4) with canvas context clearRect and fillText. fillText() is worse, at nearly 400 bytes each time it is called. fillRect()...

bug

In the inspector, go to the Elements tab and click on Font on the right side (you may need to first open the "styles" panel by clicking the icon that...

1.) Cause your app to open an IFileOpenDialog (file/folder chooser dialog). Bug: It is impossible to get mouse/keyboard input to the dialog when the mouse is not hovering the main...