uujgii / web-to-print-scripts

Automatically exported from code.google.com/p/web-to-print-scripts
0 stars 0 forks source link

Combobox field expander & preview resizing #65

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
2 small issues

1. Add the same field expander to combobox as used by other fields.
This needs to be flexible enough to work with any theme.

2. Preview resizing handle only works in FF and IE. WebKit shows it at the top 
left corner and it's not functional. It should be at the bottom-left corner.

Original issue reported on code.google.com by ad...@zetaprints.com on 1 Jul 2011 at 8:29

GoogleCodeExporter commented 9 years ago
1. please add the the following html next to the combobox select element:
<div title="Toggle field size" class="expand" 
onclick="togglePreviewInputSize(this);">></div>

Original comment by hanl...@gmail.com on 15 Jul 2011 at 2:27

GoogleCodeExporter commented 9 years ago
2. fixed, just remove the 
display:inline; float:left;
for div#thumbHandle on line 736 from the css/main.css 

Original comment by hanl...@gmail.com on 15 Jul 2011 at 3:28