<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://globalqss.com/wiki/index.php?action=history&amp;feed=atom&amp;title=IDempiere%2FFullMeeting20120502</id>
	<title>IDempiere/FullMeeting20120502 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://globalqss.com/wiki/index.php?action=history&amp;feed=atom&amp;title=IDempiere%2FFullMeeting20120502"/>
	<link rel="alternate" type="text/html" href="https://globalqss.com/wiki/index.php?title=IDempiere/FullMeeting20120502&amp;action=history"/>
	<updated>2026-04-05T20:07:04Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.1</generator>
	<entry>
		<id>https://globalqss.com/wiki/index.php?title=IDempiere/FullMeeting20120502&amp;diff=124&amp;oldid=prev</id>
		<title>CarlosRuiz: full meeting</title>
		<link rel="alternate" type="text/html" href="https://globalqss.com/wiki/index.php?title=IDempiere/FullMeeting20120502&amp;diff=124&amp;oldid=prev"/>
		<updated>2012-05-02T16:13:24Z</updated>

		<summary type="html">&lt;p&gt;full meeting&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;!-- breadcrumb --&amp;gt;&lt;br /&gt;
&amp;lt;font size=-2&amp;gt;&lt;br /&gt;
&amp;amp;lArr;&lt;br /&gt;
[[IDempiere|Table of Contents]] |&lt;br /&gt;
[[IDempiere/Full Meeting Minutes|Full Meeting Minutes]] |&lt;br /&gt;
Full Meeting 2012-05-02&lt;br /&gt;
&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''''Nicolas__''''': Hello !&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': Good day!&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen_''''': Hi all!&amp;lt;br&amp;gt;&lt;br /&gt;
'''''mzuniga_ergio''''': Good day everybody :-)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': I'm reviewing open issues -&amp;gt; http://jira.idempiere.com/secure/IssueNavigator.jspa?requestId=10100&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': please let me know if you want any specific to review &amp;lt;br&amp;gt;&lt;br /&gt;
'''''Nicolas__''''': i'd be interested in 245 (Strange behaviour for mandatory Date field which get the first focus ) ; i used a workaround but i think this bug has to be removed&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': ok&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Nicolas__''''': thanks&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': Nicolas__, what do you mean with &amp;quot;click on Report Date and click on 'tab' ; calendar show ; select a date (double click)&amp;quot;  -  I can't reproduce the problem&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Nicolas__''''': 'tab' means tabulation on keyboard&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Nicolas__''''': just over caps lock&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Nicolas__''''': don't know how it is in English&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': yep - that's correct name &amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': I can't reproduce it - nothing strange happening&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': the date is filled with the default and I can change it&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': ah - wait - default logic&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': I didn't do that part&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Nicolas__''''': maybe it could be related&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': just on swing - zk is fine&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Nicolas__''''': yes&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': and the calendar is opened automatically - no need to navigate&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Nicolas__''''': yes&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Nicolas__''''': VDate line 514&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Nicolas__''''': because date is mandatory&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Nicolas__''''': and wondering if it is a good thing that calendar opens automatically....&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Nicolas__''''': For instance, i'd prefer to write dates using keyboard.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': seems it was introduced here http://adempiere.svn.sourceforge.net/viewvc/adempiere/trunk/client/src/org/compiere/grid/ed/VDate.java?r1=1579&amp;amp;r2=1578&amp;amp;pathrev=1579&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Nicolas__''''': so, don't run in debug mode, but ts would be null  ??&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Nicolas__''''': that's why m_oldText value is selected (and is null)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': ok - Nicolas__ the issue is according to that code you cannot navigate out of a mandatory date field leaving it empty&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': in zkwebui you can do that&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Nicolas__''''': ok&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': I tested dropping that part and it works&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': I mean - focusLost just do this at the end:&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''':   Object value = getValue();&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''':   setValue(value);&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': what do you think about that solution?   it put swing in sync with zk - not auto-opening calendar&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Nicolas__''''': i like it&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Nicolas__''''': +1 for me :-)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': it reopens this bug -&amp;gt; http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1660595&amp;amp;group_id=176962&amp;amp;atid=879332&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Nicolas__''''': so the best solution would be to set a correct value (the one which is selected by calendar)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': testing ...&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': Nicolas__, that leads me to a different error on GridController  :-)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Nicolas__''''': great !&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Nicolas__''''': what kind of error ?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': the error described on sourceforge - when you copy a non-date string on a date field&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': but such error is on GridController - not in VDate&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': ready Nicolas__ , posted comment and patch on ticket&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Nicolas__''''': ok, seen ; i will do some test and give feedback&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Nicolas__''''': thanks&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Nicolas__''''': i have to go, bye bye&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': thanks Nicolas__, bye&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CIA-126''''': iDempiere: globalqss * f27f1c9f736e r7271 /org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/AbstractADTab.java:&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CIA-126''''': iDempiere: Rollback https://bitbucket.org/idempiere/idempiere/changeset/3b1e1c8a53a4&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CIA-126''''': iDempiere: IDEMPIERE-31 Context problem when parent column can be in multiple tabs&amp;lt;br&amp;gt;&lt;br /&gt;
'''''buildmaster''''': Project iDempiere build #183: SUCCESS in 17 min: http://jenkins.idempiere.com/job/iDempiere/183/&amp;lt;br&amp;gt;&lt;br /&gt;
'''''buildmaster''''': globalqss: Rollback https://bitbucket.org/idempiere/idempiere/changeset/3b1e1c8a53a4&amp;lt;br&amp;gt;&lt;br /&gt;
'''''buildmaster''''': IDEMPIERE-31 Context problem when parent column can be in multiple tabs&amp;lt;br&amp;gt;&lt;br /&gt;
'''''tbayen_''''': Bye!&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>CarlosRuiz</name></author>
		
	</entry>
</feed>