DESIGNOSIS

Results 21 issues of DESIGNOSIS

#### Description of your Issue or Request: In summernote-lite.min.js v0.8.20, my extremely pared down configuration looks like this ... ``` toolbar: [ ['style', ['style']], ['bold'], ['para', ['ul', 'ol', 'paragraph']], ['clear'],...

# Feature Request The [description](https://fomantic-ui.com/modules/dropdown.html#description) dropdown feature appears not to work with multiple search selection dropdowns. This combination would be amazing in terms of UX. There is one problem: Unless...

type/feat

## Summary of Problem On a page that triggeres multiple videos, the hotkeys work perfectly on the first video. However spacebar only works EVERY OTHER TIME. How do you force...

This is a minor UX improvement suggestion. With any masked input (in this example, a U.S. number ... `$('input').mask('(000) 000-0000');`), let's say the user types `213` ... ![screen shot 2017-09-08...

enhancement

Seems bundle.run (found in your README.md) has been broken (or breaking) for some time. Is there an alternative? Or better yet, could you supply standalone version in your npm builds...

**See [jsfidde here](https://jsfiddle.net/designosis/3a18byoh/).** The following ... ```javascript $('#time2').timepicker({ zindex: 9999, timeFormat: 'h:mm p', interval: 15, startTime: '11pm', minTime: '11pm', maxTime: '1:00am', defaultTime: '11:30pm', dynamic: false, dropdown: true, scrollbar: true });...

**See [fiddle here](https://jsfiddle.net/designosis/43p1g1kx/)**. The js is simply ... ```javascript $('#time').timepicker({ timeFormat: 'h:mm p', dropdown: false, change: function(){ $('#result').append('change'); // $(this).blur(); } }); ``` ... and the behavior I want is...

When I drag/drop `/Volumes/Drive12/project3/export_8.csv`, the `file.fullPath` = `/export_8.csv`. You mention this is due to browser security restrictions. However the app I'm building does file management, which requires the complete path...

I see you have `expiration_key` as a parameter when you init `$.jTimeout()`, but how do you grab a specific timer's `getSecondsTillExpiration()` from another script (such as a `setInterval()`)?

It's a pity you stopped working on this. With bounding elements, and better handling of mouseup outside the browser window, this could be quite useful!