marianokit / magento-w2p

Automatically exported from code.google.com/p/magento-w2p
0 stars 0 forks source link

Text field resizing #176

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Text area fields need to be resizable in all 4 directions + in the corners.

Single line inputs can be resized in 2 horizontal directions.

Add a handle at the bottom-right to show it's resizable.

Original issue reported on code.google.com by zetapri...@gmail.com on 16 Apr 2010 at 8:27

GoogleCodeExporter commented 8 years ago

Original comment by zetapri...@gmail.com on 18 Aug 2010 at 10:36

GoogleCodeExporter commented 8 years ago
Add a handle to the bottom left corner.
A user should see a resize cursor.
When the field is resized it sits over the rest of the form, so the size of the 
form doesn't change. Another layer it is.
Bringing the handle back into pace locks the field in its normal position.

Original comment by zetapri...@gmail.com on 19 Aug 2010 at 9:40

GoogleCodeExporter commented 8 years ago

Original comment by trilobit.alex@gmail.com on 23 Aug 2010 at 6:26

GoogleCodeExporter commented 8 years ago
to test:
http://ec2-174-129-95-130.compute-1.amazonaws.com/magedev/index.php/prod1.html

Original comment by trilobit.alex@gmail.com on 25 Aug 2010 at 1:07

GoogleCodeExporter commented 8 years ago
Diffs ?

We need a better handle. (Mock-ups?)

Original comment by zetapri...@gmail.com on 25 Aug 2010 at 7:58

GoogleCodeExporter commented 8 years ago
"Single line inputs can be resized in 2 horizontal directions."

Didn't see this working.

Original comment by zetapri...@gmail.com on 25 Aug 2010 at 8:00

GoogleCodeExporter commented 8 years ago
Use this handle.

Original comment by zetapri...@gmail.com on 25 Aug 2010 at 9:43

Attachments:

GoogleCodeExporter commented 8 years ago
SVN release
http://code.google.com/p/magento-w2p/source/detail?r=972

Original comment by trilobit.alex@gmail.com on 26 Aug 2010 at 11:05

GoogleCodeExporter commented 8 years ago
Tested on this template:
http://ec2-174-129-95-130.compute-1.amazonaws.com/magedev/index.php/prod1.html?S
ID=f5903fvimvaofj790q4m7td192
in FF, IE and Chrome

Mozilla FireFox:
1. Page flickers when a filled multiline field is expanded. Try filling up the 
"Content" field with multiple lines so that it overflows. After you've done 
that, grab the expansion handle and drag it. You should see the whole browser 
page flicker into black.

2. Input text alignment should be same as in Chrome and IE. Input long text in 
a single line input field. When you drag the handle to expand the field, the 
text should automatically be scrolled to the end (like in IE and Chrome) 
instead of just dragging empty space as it is now (ff_overflow.png)

Google Chrome:
1. Browser native handle should be disabled. Looks confusing having double 
handles in a single field (chrome_handle.png).

2. While dragging the handle in Chrome, can we disable the "Select" function 
somehow? I get blue divs, blocks and other selgments selected as I drag 
(chrome_stretch.png).

Original comment by agur...@gmail.com on 26 Aug 2010 at 1:13

Attachments:

GoogleCodeExporter commented 8 years ago
We need a parameter (somewhere?) to switch between left and right position of 
the resizing handle. Some themes may have the fields on the left.

The point here is to let users change the position of the handle without 
changing our code. 

Original comment by zetapri...@gmail.com on 27 Aug 2010 at 11:13

GoogleCodeExporter commented 8 years ago
SVN release:
http://code.google.com/p/magento-w2p/source/detail?r=1023

To test:
http://ec2-174-129-95-130.compute-1.amazonaws.com/magedev/index.php/prod-2.html

Right handle:
.zp-resize-handle {
  background: url('../images/handle_r.gif') center no-repeat;
  margin-left:100%;
  left:-4px;
  cursor: se-resize;
}

Original comment by trilobit.alex@gmail.com on 9 Sep 2010 at 3:54

GoogleCodeExporter commented 8 years ago
As reported in Comment #9:

FF bug #1 - Test OK
FF bug #2 - not fixed

Chrome bug #1 - Test OK
Chrome bug #2 - Fixed but I'm guessing the fix is the reason for a new problem 
that appeared. Enter some single line text (a few words) in any type of input 
field and try to select it. I'm having a hard time selecting it :(

Original comment by agur...@gmail.com on 9 Sep 2010 at 8:23

GoogleCodeExporter commented 8 years ago

Original comment by zetapri...@gmail.com on 10 Sep 2010 at 12:46

GoogleCodeExporter commented 8 years ago
FF bug #2 - fixed
Chrome - I can't replicate the trouble with selecting.

SVN release
http://code.google.com/p/magento-w2p/source/detail?r=1037

To test:
http://ec2-174-129-95-130.compute-1.amazonaws.com/magedev/index.php/prod-2.html

Original comment by trilobit.alex@gmail.com on 13 Sep 2010 at 10:03

GoogleCodeExporter commented 8 years ago
Works fine. Test OK

Wiki-X ?

Original comment by agur...@gmail.com on 13 Sep 2010 at 2:28

GoogleCodeExporter commented 8 years ago

Original comment by agur...@gmail.com on 13 Sep 2010 at 2:28

GoogleCodeExporter commented 8 years ago
diffs ?

Original comment by zetapri...@gmail.com on 13 Sep 2010 at 10:02

GoogleCodeExporter commented 8 years ago

Original comment by zetapri...@gmail.com on 10 Oct 2010 at 7:10

GoogleCodeExporter commented 8 years ago
It was successfully merged in issue #333

Original comment by Anatoly....@gmail.com on 8 Nov 2010 at 1:27

GoogleCodeExporter commented 8 years ago

Original comment by agur...@gmail.com on 8 Nov 2010 at 3:27

GoogleCodeExporter commented 8 years ago

Original comment by zetapri...@gmail.com on 12 Nov 2010 at 2:04