Download
Magazine
Develop
Account
Download
Magazine
Develop
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
Internet
>
WWW/HTTP
>
Browsers
>
Ochusha
>
Ticket List/Search
>
Ticket #32455
Ochusha
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Downloads
List of Releases
Stats
Source Code
Code Repository list
CVS
View Repository
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Communication
Forums
List of Forums
Help (1)
Open Discussion (2)
Mailing Lists
list of ML
ochusha-cvs
ochusha-developers
ochusha-users
News
Ticket #32455
Ticket List
Submit New Ticket
RSS
style_sheet.cc:1740: possible missing break ?
Open Date:
2013-11-15 17:59
Last Update:
2013-11-15 17:59
monitor
ON
OFF
Reporter:
(Anonymous)
Owner:
(None)
Type:
Bugs
Status:
Open
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
None
File:
None
Details
Reply
Source code is
case CSS_LIST_STYLE_IMAGE:
value.keyword = css_none;
case CSS_LIST_STYLE_POSITION:
value.keyword = css_outside; return;
Suggest add missing break
Ticket History (1/1 Histories)
2013-11-15 17:59
Updated by: None
New Ticket "style_sheet.cc:1740: possible missing break ?" created
Attachment File List (
0
)
Attachment File List
No attachments
Edit
Add Comment
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Login
Add Comment
Preview
Submit
Source code is
Suggest add missing break