Menu

#67 914: Could not detect read status. OneMessageTable

open-accepted
None
5
2011-08-05
2011-07-23
Anonymous
No

I am getting this with c2.17...

914: Could not detect read status. OneMessageTable :
:<table id="MessageList_MessageHeaderTable" class="FixedLayout">
<tr>
<td id="MessageList_CheckBoxCell" class="checkboxcell" style="width:18px;"><input id="MessageList_msg_682d20f4-a18e-11df-b1a4-00237de4aebe" type="checkbox" name="MessageList$msg_682d20f4-a18e-11df-b1a4-00237de4aebe" value="682d20f4-a18e-11df-b1a4-00237de4aebe" /></td><td id="MessageList_MessageIconCell" style="width:17px;"><img id="MessageList_MessageIcon" src="http://gfx1.hotmail.com/mail/w4/pr04/ltr/mobile/i_unread_reply_17.gif" style="width:17px;" /></td><td id="MessageList_SenderLabelCell" class="Ellipsis"><span id="MessageList_SenderLabel">Woot Member Services</span></td>
</tr><tr>
<td id="MessageList_FlagIconCell" class="checkboxcell" style="width:18px;"><img id="MessageList_FlagIcon" src="http://gfx1.hotmail.com/mail/w4/pr04/ltr/mobile/spacer16.gif" /></td><td id="MessageList_SubjectCell" class="Ellipsis" colspan="2"><a id="MessageList_SubjectLink" class="Bold" href="viewmessage.aspx?mid=682d20f4-a18e-11df-b1a4-00237de4aebe&amp;state=r&amp;sc=False&amp;rru=%2fmd%2ffolder.aspx%3ffid%3d00000000-0000-0000-0000-000000000001%26mid%3d25b7045e-bd0c-11df-8e03-00215ad9df98%26dir%3dnext%26pi%3d183%26n%3d125863125&amp;dh=n&amp;from=service%40woot.com&amp;n=973843549" style="font-weight:bold;">30817912 CRM&#58;00075075</a></td>
</tr>
</table>

Discussion

  • Nobody/Anonymous

    I added
    } elsif ($OneMessageTable =~ m/i_unread_reply_17\.gif/) {
    $Read = 0;

    Hope it will fix an issue.

     
  • Jos De Laender

    Jos De Laender - 2011-08-04

    Sorry for late reply. I was having vacations.

    Your fix seems indeed valid. Can you confirm I can include in the main code ?

    Jos

     
  • Jos De Laender

    Jos De Laender - 2011-08-05
    • assigned_to: nobody --> jdla
    • status: open --> open-accepted