Hey Daniel,

2010/11/2 Ginsburg, Daniel <[email protected]>:
> Hi Koen,
>
> What was the fix for the WDatePicker?  If it's the same problem, it might 
> take me less time to fix the Wt code than to create a reproducer app, so 
> maybe I'll just try fixing Wt if you can point me in the right direction.

The fix I would suggest is in WSuggestionPopup.js:

   function positionPopup(edit) {
     WT.positionAtWidget(el.id, edit.id, WT.Vertical);
   }

change to:

   function positionPopup(edit) {
     WT.positionAtWidget(el.id, edit.id, WT.Vertical, true);
   }

You can copy this file to WSuggestionPopup.min.js before rebuilding --
we use the google JavaScript minifier for this but it is not done by
the build itself.

Regards,
koen

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to