#1484347 closed Bugs (invalid)
Warnings and Errors in r543 (after addressbook merger)
| Reported by: | ghuntress@… | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.1-rc1 |
| Component: | Client Scripts | Version: | git-master |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I'm experiencing some odd behavior in r543 that was not present in r541:
- Folder list not displaying unread message totals properly
- Unable to click on messages to load message content
I've captured the warnings and errors from the firefox error console below:
Errors:
Error: illegal XML character
Source File: https://server/roundcube-543/program/js/app.js Line 260
<<<<<<< .mine
Error: rcube_webmail is not defined
Source File: https://server/roundcube-543/ Line 36
Error: Error: rcube_webmail is not defined
Source File: https://server/roundcube-543/ Line 17
Error: rcmail has no properties
Source File: https://server/roundcube-543/?_task=mail Line 1
Warnings:
Warning: Unknown property 'behavior'. Declaration dropped.
Source File: https://server/roundcube-543/skins/default/common.css Line 101
Warning: Expected ',' or '{' but found '*'. Ruleset ignored due to bad selector.
Source File: https://server/roundcube-543/skins/default/common.css Line 348
Warning: Expected ',' or '{' but found '*'. Ruleset ignored due to bad selector.
Source File: https://server/roundcube-543/skins/default/common.css Line 349
Warning: Expected ',' or '{' but found '*'. Ruleset ignored due to bad selector.
Source File: https://server/roundcube-543/skins/default/common.css Line 350
Warning: Error in parsing value for property 'width'. Declaration Dropped
Source File: https://server/roundcube-543/skins/default/mail.css Line 119
Warning: Error in parsing value for property 'height'. Declaration Dropped
Source File: https://server/roundcube-543/skins/default/mail.css Line 120
Warning: Error in parsing value for property 'width'. Declaration Dropped
Source File: https://server/roundcube-543/skins/default/mail.css Line 133
Warning: Error in parsing value for property 'height'. Declaration Dropped
Source File: https://server/roundcube-543/skins/default/mail.css Line 134
Warning: Expected ',' or '{' but found '*'. Ruleset ignored due to bad selector.
Source File: https://server/roundcube-543/skins/default/mail.css Line 145
Warning: Error in parsing value for property 'height'. Declaration Dropped
Source File: https://server/roundcube-543/skins/default/mail.css Line 220
Warning: Error in parsing value for property 'width'. Declaration Dropped
Source File: https://server/roundcube-543/skins/default/mail.css Line 363
Warning: Unknown property 'text-overflow'. Declaration Dropped
Source File: https://server/roundcube-543/skins/default/mail.css Line 416
Warning: Error in parsing value for property 'width'. Declaration Dropped
Source File: https://server/roundcube-543/skins/default/mail.css Line 543
Warning: Error in parsing value for property 'height'. Declaration Dropped
Source File: https://server/roundcube-543/skins/default/mail.css Line 544
Warning: Expected ':' but found '}. Declaration Dropped
Source File: https://server/roundcube-543/skins/default/mail.css Line 599
Warning: Error in parsing value for property 'width'. Declaration Dropped
Source File: https://server/roundcube-543/skins/default/mail.css Line 728
Warning: Error in parsing value for property 'height'. Declaration Dropped
Source File: https://server/roundcube-543/skins/default/mail.css Line 729
-Garret
Change History (2)
comment:1 Changed 6 years ago by thomasb
- Resolution set to invalid
- Status changed from new to closed
comment:2 Changed 6 years ago by ghuntress@…
Yup, looks like svn barfed. Works after a fresh checkout. Thanks.
-Garret

Looks like you had some conflicts when updating your local copy. Check out the latest svn to a new folder and test again.
Compare http://trac.roundcube.net/trac.cgi/browser/trunk/roundcubemail/program/js/app.js with your local copy. There's no '<<<<<<< .mine' in app.js. This is a SVN merge conflict identifier.
This does not look like a real bug to me.