Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0009725 | Openbravo ERP | 03. Procurement management | public | 2009-06-30 19:56 | 2010-03-10 18:28 |
|
Reporter | shuehner | |
Assigned To | alostale | |
Priority | urgent | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 2.50MP14 | Fixed in Version | 2.50MP12 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0009725: Date validation does not work properly in generated popups. |
Description | In generated popup when you entered something invalid into a date field. The the red error marker next to the field is shown, but it is not displaying any text (instead of the proper error text).
|
Steps To Reproduce | Goto: Procurement Management
Goto: Purchase Order Report
Enter: hello into the date field
Press tab to leave the field.
Expected behavior: red error marker with error text.
Real behavior: red error marker but empty (see attached screenshot) |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | issue_generated_popup_validate_date.png (53,163) 2009-06-30 19:57 https://issues.openbravo.com/file_download.php?file_id=1502&type=bug

|
|
Issue History |
Date Modified | Username | Field | Change |
2009-06-30 19:56 | shuehner | New Issue | |
2009-06-30 19:56 | shuehner | Assigned To | => rafaroda |
2009-06-30 19:56 | shuehner | OBNetwork customer | => No |
2009-06-30 19:57 | shuehner | File Added: issue_generated_popup_validate_date.png | |
2009-06-30 19:57 | shuehner | Note Added: 0017692 | |
2009-06-30 19:59 | psarobe | Status | new => scheduled |
2009-06-30 19:59 | psarobe | Assigned To | rafaroda => dbaz |
2009-06-30 19:59 | psarobe | fix_in_branch | => pi |
2009-07-01 17:32 | dbaz | Assigned To | dbaz => shuehner |
2009-07-01 17:47 | dbaz | Note Added: 0017742 | |
2009-07-01 17:47 | dbaz | Assigned To | shuehner => psarobe |
2009-07-01 17:56 | dbaz | Note Added: 0017743 | |
2009-07-01 17:58 | dbaz | Note Edited: 0017743 | |
2009-07-01 17:59 | dbaz | Note Edited: 0017743 | |
2009-07-01 18:01 | dbaz | Note Edited: 0017743 | |
2009-07-01 18:12 | dbaz | Note Edited: 0017742 | |
2010-01-04 09:27 | psarobe | Assigned To | psarobe => rafaroda |
2010-01-04 09:27 | psarobe | Priority | normal => urgent |
2010-01-04 09:27 | psarobe | Category | A. Platform => 03. Procurement management |
2010-01-04 09:27 | psarobe | Target Version | => 2.50MP13 |
2010-01-04 09:27 | psarobe | fix_in_branch | pi => |
2010-02-11 18:32 | rafaroda | Assigned To | rafaroda => alostale |
2010-02-15 15:56 | hgbot | Checkin | |
2010-02-15 15:56 | hgbot | Note Added: 0024273 | |
2010-02-15 15:56 | hgbot | Status | scheduled => resolved |
2010-02-15 15:56 | hgbot | Resolution | open => fixed |
2010-02-15 15:56 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/688a931fa9edc41d54c7070fbc1d208fe55d9712 [^] |
2010-02-17 12:08 | arunkumar | Note Added: 0024479 | |
2010-02-17 12:08 | arunkumar | Status | resolved => closed |
2010-02-17 12:08 | arunkumar | Fixed in Version | => 2.50MP12 |
2010-02-18 00:00 | anonymous | sf_bug_id | 0 => |
2010-02-18 00:30 | hudsonbot | Checkin | |
2010-02-18 00:30 | hudsonbot | Note Added: 0024517 | |
2010-03-08 16:06 | jpabloae | Target Version | 2.50MP13 => 2.50MP14 |
2010-03-10 18:28 | anonymous | sf_bug_id | => 2967925 |
Notes |
|
|
Reproducible in minimum 2.50beta and 2.50mp2. |
|
|
(0017742)
|
dbaz
|
2009-07-01 17:47
(edited on: 2009-07-01 18:12) |
|
The person who made the report or the team in charge of this kind of reports should manage it.
In this case since it is a wad automatism maybe alostale is the right person, but I don't know
If they have big troubles while resolving then they could ask me, but I add a comment where I have found the mistake
Thanks.
David.
|
|
|
(0017743)
|
dbaz
|
2009-07-01 17:56
(edited on: 2009-07-01 18:01) |
|
The problem is that the actual generated code is
<TABLE border="0" cellspacing="0" cellpadding="0" summary="" class="">
<TR>
<TD class="TextBox_ContentCell">
<TABLE style="border:0px;border-collapse:collapse;">
<TR>
<TD style="padding-top: 0px;">
<INPUT type="text" class="dojoValidateValid TextBox_btn_OneCell_width" tabindex="" maxlength="40" name="inpcProjectId_R" id="C_Project_ID_R" value="" required="false" onkeydown="changeToEditingMode('onkeydown');" onkeypress="changeToEditingMode('onkeypress');" oncut="changeToEditingMode('oncut');" onpaste="changeToEditingMode('onpaste');" oncontextmenu="changeToEditingMode('oncontextmenu');" onchange="validateTextBox(this.id);"></INPUT>
</TD>
</TR>
</TABLE>
<SPAN class="TextBox_MsgContainer_span" style="display: none;" id="C_Project_ID_RmissingSpan">
<TABLE class="TextBox_MsgContainer_table">
<TR class="TextBox_MsgContainer_tr">
<TD class="TextBox_MsgContainer_td"><DIV class="TextBox_MsgContainer_div"></DIV></TD><TD></TD>
</TR>
<TR>
<TD colspan="2" class="missing"><DIV class="TextBox_MsgContainer_div2" id="C_Project_ID_RmissingSpanText"></DIV></TD>
</TR>
</TABLE>
</SPAN>
and it should be
<SPAN class="TextBox_MsgContainer_span" style="display: none;" id="C_Project_ID_RinvalidSpan">
<TABLE class="TextBox_MsgContainer_table">
<TR class="TextBox_MsgContainer_tr">
<TD class="TextBox_MsgContainer_td"><DIV class="TextBox_MsgContainer_div"></DIV></TD><TD></TD>
</TR>
<TR>
<TD colspan="2" class="invalid"><DIV class="TextBox_MsgContainer_div2" id="C_Project_ID_RinvalidSpanText">* The value entered is not valid.</DIV></TD>
</TR>
</TABLE>
</SPAN>
and if it also required, add:
<SPAN class="TextBox_MsgContainer_span" style="display: none;" id="C_Project_ID_RmissingSpan">
<TABLE class="TextBox_MsgContainer_table">
<TR class="TextBox_MsgContainer_tr">
<TD class="TextBox_MsgContainer_td"><DIV class="TextBox_MsgContainer_div"></DIV></TD><TD></TD>
</TR>
<TR>
<TD colspan="2" class="missing"><DIV class="TextBox_MsgContainer_div2" id="C_Project_ID_RmissingSpanText">* This value is required.</DIV></TD>
</TR>
</TABLE>
</SPAN>
|
|
|
(0024273)
|
hgbot
|
2010-02-15 15:56
|
|
|
|
|
Now the red marker appears with the text "The value entered is not valid".
Tested & working fine. |
|
|
|
|