-
Struggling to figure this one out...
On IPAD, when page is in landscape mode and focus fall on an input or a textarea, the keyboard appears. When keyboard gets dismissed, the whole page resizes to 1…
mnyc updated
11 years ago
-
```
What steps will reproduce the problem?
1. Set up Putty to change the number of columns displayed when resized (Window
> When window is resized > Change the number of rows and columns)
2. Connect …
-
```
What steps will reproduce the problem?
1. Set up Putty to change the number of columns displayed when resized (Window
> When window is resized > Change the number of rows and columns)
2. Connect …
-
```
What steps will reproduce the problem?
1. Set up Putty to change the number of columns displayed when resized (Window
> When window is resized > Change the number of rows and columns)
2. Connect …
-
```
What steps will reproduce the problem?
1. Set up Putty to change the number of columns displayed when resized (Window
> When window is resized > Change the number of rows and columns)
2. Connect …
-
```
What steps will reproduce the problem?
1. Set up Putty to change the number of columns displayed when resized (Window
> When window is resized > Change the number of rows and columns)
2. Connect …
-
```
What steps will reproduce the problem?
1. Set allowHResize and allowVResize to false
2. Try to resize the ObjectHandle
3.
What is the expected output? What do you see instead?
I am still able to …
-
Simple fix, will be out soon. The fake textarea is not tracking resize events on the real textarea.
-
```
$(window).on("debouncedresize.wsol.equalHeights", base.equalize);
```
should be a throttled resize event (perhaps based on http://www.paulirish.com/2009/throttled-smartresize-jquery-event-handler…
-
I have a proposal to extend events binding syntax with following:
``` coffeescript
'change on @countrySelect!': ->
```
Event with `!` on the end of declaration, should be triggered right after bindi…