Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Invalid
-
Affects Version/s: 4.0
-
Fix Version/s: EE-4.0.0.GA
-
Component/s: MOBI-Components
-
Labels:None
-
Environment:ICEfaces4 trunk rev. 42669
Safari/ iOS7/ iPhone4S
Chrome/Android4.4.2/ Galaxy S4 Mini
-
Workaround Exists:Yes
-
Workaround Description:Workaround is to use ace:textEntry instead of HTML input type="text".
Description
QA test app: http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Manual/sms
Test page: /smsDataTable.jsf, /smsAceDataTable.jsf, /smsRepeat.jsf
The sms in h:dataTable or ace:dataTable tests pass only if using ACE components (ace:textEntry) for the message and phone number.
When using HTML input components (input type "text"), the messages are sent out properly only from first table row.
When sending sms from any other row, the phone and message values from the first row are being sent.
Steps:
- go to /smsDataTable.jsf (or /smsAceDataTable.jsf, or /smsRepeat.jsf), scroll down to the table using HTML input components.
- enter phone number1, message1, click SMS in first row (row1) -> redirection to messaging app, message sent/received.
- in second row (row2), enter phone number2, message2, click SMS -> redirection to messaging app, however values displayed are the previous ones: phone number1, message1.
If removing the typed values from row1, and typing values in row2, click SMS in row2 -> there is no redirection to bridgeIt/ messaging application.
Test page: /smsDataTable.jsf, /smsAceDataTable.jsf, /smsRepeat.jsf
The sms in h:dataTable or ace:dataTable tests pass only if using ACE components (ace:textEntry) for the message and phone number.
When using HTML input components (input type "text"), the messages are sent out properly only from first table row.
When sending sms from any other row, the phone and message values from the first row are being sent.
Steps:
- go to /smsDataTable.jsf (or /smsAceDataTable.jsf, or /smsRepeat.jsf), scroll down to the table using HTML input components.
- enter phone number1, message1, click SMS in first row (row1) -> redirection to messaging app, message sent/received.
- in second row (row2), enter phone number2, message2, click SMS -> redirection to messaging app, however values displayed are the previous ones: phone number1, message1.
If removing the typed values from row1, and typing values in row2, click SMS in row2 -> there is no redirection to bridgeIt/ messaging application.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Marking this as 'invalid', after finding issues in the QA test app.
Updated test application, changes have been checked in at rev. 39540.