javascript

Konqueror: does not support function default value in javascript

https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Functions...
From ES6/ES2015, default parameters is in the language specification.

function my_function(item, new = false) {
  // Code
}

Konqueror does not support this.
If I use it in my jquery code, javascript fails completely within konqueror.

dev-python/jsmin

Homepage: https://github.com/tikitu/jsmin
(old homepage: https://bitbucket.org/dcs/jsmin/ )
Description: JavaScript minifier

https://packages.gentoo.org/packages/dev-python/jsmin

Usage:

$ python -m jsmin myfile.js > compressed.js

Konqueror form siblings bug afecting all jquery 3 web sites

Konqueror form siblings bug afecting all jquery 3 web sites

See the report I just filed:
https://bugs.kde.org/show_bug.cgi?id=375999

Konqueror: missing js grip at the bottom of textarea

When I edit a blog node 1 in Konqueror, I don't see a grip at the bottom of the 'Body' textarea to resize the textarea. It works in Firefox.

Incidentally, I do see and can use the grip at the bottom of *this* textarea as I type this within konqueror

  • 1. eg. node/10698/edit
Syndicate content