Ticket #1700 (closed defect: fixed)
Spaces after color name causes incorrect color
Reported by: | sergey-feo | Owned by: | slavazanko |
---|---|---|---|
Priority: | minor | Milestone: | 4.7.0-pre4 |
Component: | mc-skin | Version: | 4.7.0-pre3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: | committed-master |
Description
This skin:
[core]
_default_=lightgray;red
gives correct red background. But this skin:
[core]
_default_=lightgray;red....
where "...." is 4 spaces gives incorrect black background without any error messages.
Attachments
Change History
Changed 15 years ago by andrew_b
- Attachment 0001-Ticket-1700-fixed-skin-color-parser.patch added
comment:1 Changed 15 years ago by andrew_b
- Status changed from new to assigned
- Owner set to slavazanko
Created 1700_space_in_color_name branch. Parent branch: master.
changeset:17e943401052e9db6ef32070b20c0416ce2cde4d
comment:3 Changed 15 years ago by slavazanko
- Status changed from assigned to accepted
- Votes for changeset angel_il deleted
- severity changed from no branch to on review
- Milestone changed from 4.7 to 4.7.0-pre4
See 28233a5f470da7968f685f2ac61ec7fac214b21f
This is little optimization fix.
comment:5 Changed 15 years ago by iNode
- Votes for changeset changed from andrew_b to andrew_b iNode
- severity changed from on review to approved
Note: See
TracTickets for help on using
tickets.
Strip leading and trailing spaces in color names read from skin ini