Errors and unsupported properties in css.

Going thru the HTML and CSS3 -Building the web page by David Powers. Great tutorial, but I am having issues with the nav. I am getting all sorts of unsupported properties in my CSS. It is within all of the nav style rules (i.e. -webkit) I downloaded the rgba color values for Dreamweaver. I don't know how to clean this issue up, maybe I should switch to spry navagation instead. Any help would be appreciated. Thanks, Lisa 

logstairways wrote:
Going thru the HTML and CSS3 -Building the web page by David Powers. Great tutorial, but I am having issues with the nav. I am getting all sorts of unsupported properties in my CSS. It is within all of the nav style rules (i.e. -webkit) I downloaded the rgba color values for Dreamweaver. I don't know how to clean this issue up, maybe I should switch to spry navagation instead. Any help would be appreciated. Thanks, Lisa 
There are 2 types of validation issues that come up, errors and warnings.  Errors are the result of bad code.  Warnings are which you describe.  The -moz, -webkit style prefixes do not exist per the W3C because the standards are meant to apply to all browsers.  Currently there is a discrepancy so what happens is you typically declare the prefixes first and then the CSS3 valid term last.
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
There is really nothing to clean it up with and if you don't have at minimum the -webkit prefix, then the Live View might not render the CSS3 style.

Similar Messages

  • [svn] 1366: BLZ-136 log an error and return no properties when IntrospectionException occurs when introspecting a value object

    Revision: 1366
    Author: [email protected]
    Date: 2008-04-23 14:45:47 -0700 (Wed, 23 Apr 2008)
    Log Message:
    BLZ-136 log an error and return no properties when IntrospectionException occurs when introspecting a value object
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-136
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/io/BeanProxy.java

    Hi,
    Please apply the following correction manually.
    1. Go to transaction ST03N
    2. Change user from 'Administrator' to 'Expert Mode'.
    3. Go to Collector and performance analysis -> Performance database
       -> Monitoring database -> Contents
    4. Search where further info contains the string "h/2"
    like the following monikeys:
      - 'days  h/2'
      - 'weeks  h/2'
      - 'months  h/2'  
    5. Double click on each, so that they become red and show ** delete
    6. Finally SAVE
    This will remove the corresponding database related history up to the deletion date. It will accumulate anew afterwards.
    How can I identify the monikey that has to be deleted?
    When you load the text of the dump and then jump off to the break point of the debugger you may find the error break point look like:
    "IMPORT HIST2 FROM DATABASE MONI(DB) ID MONIKEY".
    To find the right monikey entry causing the dump you can search for the word 'MONIKEY' within the text of the dump. This can be 'days  h/3' or
    'tabgrowth  2'...
    You can then go back to the procedure above and search where further info contains the monikey that you found in the text of the dump.
    997535     DB02: Problems with History Data.
    Award points if helpful.
    Thanks,
    Tanuj

  • How to get rid of the weblogic.kernel.Default errors and warning?

    Hi there,
    When i'm running my application deployed on WLS8.1 SP3 and the application is running fine, but the following error and warnings were thrown.
    2004-08-05 11:26:30,453 [ExecuteThread: '13' for queue: 'weblogic.kernel.Default'] ERROR com.bea.wlw.runtime.core.util.Config - Failed to obtain connection to datasource=cgDataSource, using generic DB properties
    <Aug 5, 2004 11:26:30 AM SGT> <Error> <WLW> <000000> <Failed to obtain connection to datasource=cgDataSource, using generic DB properties>
    2004-08-05 11:27:12,281 [ExecuteThread: '13' for queue: 'weblogic.kernel.Default'] WARN org.apache.jcs.config.OptionConverter - Could not find value for key jcs.default.elementattributes
    2004-08-05 11:27:12,282 [ExecuteThread: '13' for queue: 'weblogic.kernel.Default'] WARN org.apache.jcs.engine.control.CompositeCacheConfigurator - Could not instantiate eAttr named 'jcs.default.elementattributes', using defaults.
    2004-08-05 11:27:12,308 [ExecuteThread: '13' for queue: 'weblogic.kernel.Default'] WARN org.apache.jcs.config.OptionConverter - Could not find value for key jcs.system.groupIdCache.elementattributes
    2004-08-05 11:27:12,308 [ExecuteThread: '13' for queue: 'weblogic.kernel.Default'] WARN org.apache.jcs.engine.control.CompositeCacheConfigurator - Could not instantiate eAttr named 'jcs.system.groupIdCache.elementattributes', using defaults.
    2004-08-05 11:27:12,386 [ExecuteThread: '13' for queue: 'weblogic.kernel.Default'] WARN org.apache.jcs.config.OptionConverter - Could not find value for key jcs.region.CodeTableCache.elementattributes
    2004-08-05 11:27:12,386 [ExecuteThread: '13' for queue: 'weblogic.kernel.Default'] WARN org.apache.jcs.engine.control.CompositeCacheConfigurator - Could not instantiate eAttr named 'jcs.region.CodeTableCache.elementattributes', using defaults.
    2004-08-05 11:27:13,527 [ExecuteThread: '13' for queue: 'weblogic.kernel.Default'] WARN com.bea.wlw.netui.script.el.NetUIReadVariableResolver - Could not create a ContextFactory for type "com.bea.netuix.servlets.script.PortalVariableResolver$PortalContextFactory" because the ContextFactory implementation class could not be found.
    May i know why this is so? How to get rid of these error and warnings?
    Thanks
    Derek
    Message was edited by derekchan at Aug 4, 2004 8:41 PM
    Message was edited by derekchan at Aug 4, 2004 8:42 PM

    you didnt seem to have configured the datasource / connection pool / database control with proper db properties
    you should check your configuration to see if you have done it right and then you should check your application and the properties settings in the controls to ensure they are right.

  • On differences between JavaFX CSS and the w3c standard css

    This is a discussion topic which came to mind after reading comments in this thread Re: FXML, css and -fx-font-family
    Feel free to comment or share your thoughts on the topic.
    Note that these comments relate to the naming and semantic meanings of css tags, and not the syntax and parsing of css (as both w3c css and javaFX css seem to be equivalent in the later regard).
    You know, sometimes I find JavaFX's lack of certain css features refreshing. It is nice to have all, well, almost all, of the JavaFX CSS documented on one page. I think if you were to do the same thing for w3c css then it would end up with a much larger, more difficult to understand document and even what the contents of that document should be would probably be pretty controversial, in the same kind of way that the HTML5 specification ended up being. Microsoft contributed over 7000 tests to w3c just to cover only a subset of the css rules available in browsers today. The webkit project lists almost a thousand open CSS bugs: https://bugs.webkit.org/buglist.cgi?product=WebKit&component=CSS&resolution=---. So implementing even partial w3c CSS support is a complex project.
    When I first started using JavaFX CSS I found the differences to w3c CSS quite jarring, and it was hard to account for them. Now that I am used to JavaFX CSS, I don't have as much of an issue. The difference in names and semantics is going to be an impediment to designers working on JavaFX who are familar with w3c CSS - but the designers will quickly also discover that FXML is not HTML and Java is not JavaScript and JavaFX deployment is not HTML deployment. So, perhaps, in the larger picture, it is not as big a deal as it would seem. Still, one can't help think that any impediment to people easily picking up and adopting JavaFX is doing the technology a disservice.
    There are other advantages in having the JavaFX CSS in it's own namespace to w3c css, in that it can evolve seperately, it is not expected to be exactly the same because it has a different name, it is not expected to fully implement w3c css as browsers do because it's clearly a different thing by name, etc. There is even precedent for it in the use by mozilla of moz- CSS prefixes and webkit css properties http://css-infos.net/properties/webkit - the web as not as standard as a lot of people propose. JavaFX CSS is backing a JavaFX rendering engine and not an HTML rendering engine. It is quite remarkable that Oracle was able to build and make available a CSS model for JavaFX that feels as familar as it does to w3c css, as w3c css is targeted very strongly toward styling a completely different technology set (HTML markup and document object model).
    It would be useful to have a tool which translates w3c css to approximations of JavaFX css and vice versa, or the ability for JavaFX to have a mode (perhaps a boolean value when a stylesheet is loaded) to perform an automatic alias or mapping of w3c css to javafx (at least for the subset of w3c css which would make sense to automatically translate to JavaFX css). I haven't checked the JavaFX jira in detail, so perhaps a request for such support already exists - perhaps it is under the private http://javafx-jira.kenai.com/browse/RT-9272 jira.
    The JavaFX css model is really powerful and I have found really useful some of the additions that it adds above the baseline 2.1 css that is found consistently in browsers. With the upcoming Java CSS object model http://javafx-jira.kenai.com/browse/RT-17293, you will also get better programmatic access from Java.
    So, nice work on building and implementing this complex feature . . .

    Thanks for the feedback. Closing the gap between JavaFX CSS and W3C CSS will be an evolutionary process. It would be nice to use a standard's based stylesheet but there is not always a 1-1 mapping to JavaFX. But for those properties that can be mapped, it is something that should be supported. For example, we should be able to handle "font" or "-fx-font".
    I have made http://javafx-jira.kenai.com/browse/RT-9272 public.

  • I am trying to configure my SCXI-1540 card for excitation voltage and frequency using MAX - but it is not giving me that option when I click on the card and then properties​, am I looking in the wrong place?

    I am trying to configure my SCXI-1540 w/1315 card for excitation voltage and frequency using MAX - but it is not giving me that option when I click on the card and then properties, am I looking in the wrong place?
    I have LabVIEW Express 7.0 Professional - SCXI-1000 Chassiss - along with SCXI-1112, and SCXI 1520/1314 - cable to the PCI-6052E is attached to the 1520 card.
    MAX says it recognizes all the cards in the chassiss.

    Jeremy, Thanks for the reply.
    I tried to set up the system as DAQmx.
    I had MAX auto-detect the set-up - and it recognized all the cards - but did not select the 1315 accessory on the 1540 card - I had to do that manually - but in the configuration section I would select the accessory and it would deselect itself. I had to get out of the set-up and then right click on the 1540 card and click on the "Accessories" tab and select the 1315 terminal block that way.
    It didn't seem right that the system should behave that way, but I pressed onward.
    I then tried to create a new DAQmx Task
    When I create new DAQmx task and then click on Analog Input no "Position" Tab appears for me to select, all I get are:
    Analog>>Voltage
    Analog>>Temperature
    Ana
    log>>Strain
    Analog>>Current
    Analog>>Resistance
    Analog>>Frequency
    Analog>>Custom Voltage with Excitation
    Do you think there might be something wrong with either my hardware or perhaps my configuration that is not allowing it to recognize the 1540/1315 in DAQmx?
    I had included the system report of what programs I am using, etc. as attached file nireport.txt
    After the DAQmx did not work I tried installing everything as Traditional DAQ and it did let me set-up the 1540 Card with Excitation Voltage and Frequency and gain - I then went in to the VI that I had built and tried to use the Express DAQ Assisant to read the channel that I am connected to on the 1315/1540 - when I try to use DAQ Assistant it gives me an error saying that "Device not available in NI-DAQmx. It is possible that the device is being use by traditional NI-DAQ"
    Which I guess it is since both configurations are now set-up in MAX.
    I would PREFER to use the DAQmx set-up, but I am confused as to WHY it won
    't come up with
    Analog input>>POSITION>>LVDT
    When I try to create a new DAQmx task.
    Thanks for the help so far! As you can probably tell I am new at this.
    Ryan
    Attachments:
    nireport.txt ‏2 KB

  • Cannot open corrupted .mov file - error 2048 unsupported format

    Hi all,
    I have an important corrupted video file and I have tried every way I can think of to open it, but to no avail...
    When I open it with Quicktime, an "error 2048 unsupported format" shows up, even though other videos I took are fine.
    I can't open this video with ANY softwares including VLC and friends (trust me, I tried LOADS of them)..
    After doing MUCH research I understand that either the header/closing part of the file is messed up.
    Is anyone able to teach me how to fix those parts?
    I'm really at the end of my wits and I'm a just beginner to hex-editing @.@ Better still, if you are able to take a look at this video for me...
    I'll be very glad if anyone can help me out with this as I really wish to recover the video, this is for an important friend, thanks in advance!
    P.s. the video is about 120mb in size

    Hi
    Im using the tool called SUPER.
    Its free and you can convert any file format to any other file format
    Maybe it would be possible to convert his faulty file to another format and ten you could try to open it again using VLC player or other application.

  • B2B-51507    Error : Incomplete Internal-Properties structure.

    Hi,
    I send 997 AS2 by manual. And get below error.
    B2B-51507 Error : Incomplete Internal-Properties structure.
    ERROR_LEVEL_COLLABORATION
    ERROR Error Brief : XEngine error.
    below is 997 xml .
    <?xml version="1.0" encoding="UTF-8"?><Transaction-997 xmlns="urn:oracle:integration:b2b:178CDEA78FDA4DF38610F2D26CA63B49" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oracle:integration:b2b:178CDEA78FDA4DF38610F2D26CA63B49 guideline.xsd" XDataVersion="1.0" Standard="X12" Version="V5010" CreatedDate="2012-08-05T04:41:46" CreatedBy="XEngine_4016" GUID="{29D665AA-E4A3-41B5-A60A-8CE56C349249}"><Internal-Properties><Data-Structure Name="Interchange"><Lookup Name="InterchangeControlVersion">00501</Lookup><Lookup Name="InterchangeReceiverID">6111470100 </Lookup><Lookup Name="InterchangeReceiverQual">08</Lookup><Lookup Name="InterchangeSenderID">Sinotrans </Lookup><Lookup Name="InterchangeSenderQual">02</Lookup><Lookup Name="InterchangeUsageIndicator">I</Lookup><Lookup Name="Standard">X12</Lookup><Property Name="ElementDelimiter">0x2a</Property><Property Name="InterchangeAckRequested">0</Property><Property Name="InterchangeAuthorizationInfo">0000000000</Property><Property Name="InterchangeAuthorizationInfoQual">00</Property><Property Name="InterchangeChildCount">1</Property><Property Name="InterchangeComponentElementSep">0x5c</Property><Property Name="InterchangeControlNumber">000000001</Property><Property Name="InterchangeControlStandard_RepeatingSeparator">^</Property><Property Name="InterchangeControlVersion">00501</Property><Property Name="InterchangeDate">120804</Property><Property Name="InterchangeReceiverID">6111470100 </Property><Property Name="InterchangeReceiverQual">08</Property><Property Name="InterchangeSecurityInfo">0000000000</Property><Property Name="InterchangeSecurityInfoQual">00</Property><Property Name="InterchangeSenderID">Sinotrans </Property><Property Name="InterchangeSenderQual">02</Property><Property Name="InterchangeTime">2259</Property><Property Name="InterchangeTrailerControlNumber">000000001</Property><Property Name="InterchangeUsageIndicator">I</Property><Property Name="RepeatingSeparator">0x5e</Property><Property Name="SegmentDelimiter">0x0d0x0a</Property><Property Name="Standard">X12</Property><Property Name="SubelementDelimiter">0x5c</Property></Data-Structure></Internal-Properties><Segment-ISA><Element-I01>00</Element-I01><Element-I02>0000000000</Element-I02><Element-I03>00</Element-I03><Element-I04>0000000000</Element-I04><Element-I05>02</Element-I05><Element-I06>Sinotrans </Element-I06><Element-I05_1>08</Element-I05_1><Element-I07>6111470100 </Element-I07><Element-I08>120804</Element-I08><Element-I09>2259</Element-I09><Element-I65>^</Element-I65><Element-I11>00501</Element-I11><Element-I12>000000001</Element-I12><Element-I13>0</Element-I13><Element-I14>I</Element-I14><Element-I15>\</Element-I15></Segment-ISA><Segment-GS><Element-479>FA</Element-479><Element-142>Sinotrans</Element-142><Element-124>6111470100</Element-124><Element-373>20120805</Element-373><Element-337>0437</Element-337><Element-28>1</Element-28><Element-455>T</Element-455><Element-480>005010</Element-480></Segment-GS><Segment-ST><Element-143>997</Element-143><Element-329>0001</Element-329><Element-1705>001</Element-1705></Segment-ST><Segment-AK1><Element-479_1>AA</Element-479_1><Element-28_1>98463053</Element-28_1><Element-480_1>001000</Element-480_1></Segment-AK1><Loop-AK2><Segment-AK2><Element-143>100</Element-143><Element-329>Transacti</Element-329><Element-1705>001</Element-1705></Segment-AK2><Loop-AK3><Segment-AK3><Element-721>SEG</Element-721><Element-719>59981514</Element-719><Element-447>Loop</Element-447><Element-720>1</Element-720></Segment-AK3><Segment-AK4><Composite-C030><Element-722>16</Element-722><Element-1528>9</Element-1528><Element-1686>21</Element-1686></Composite-C030><Element-725>16</Element-725><Element-723>1</Element-723><Element-724>Copy of Bad Data Element</Element-724></Segment-AK4></Loop-AK3><Segment-AK5><Element-717>A</Element-717><Element-718>1</Element-718><Element-718_1>1</Element-718_1><Element-718_2>1</Element-718_2><Element-718_3>1</Element-718_3><Element-718_4>1</Element-718_4></Segment-AK5></Loop-AK2><Segment-AK9><Element-715>A</Element-715><Element-97>208</Element-97><Element-123>52742</Element-123><Element-2>6</Element-2><Element-716>1</Element-716><Element-716_1>1</Element-716_1><Element-716_2>1</Element-716_2><Element-716_3>1</Element-716_3><Element-716_4>1</Element-716_4></Segment-AK9><Segment-SE><Element-96>8</Element-96><Element-329>0001</Element-329></Segment-SE><Segment-GE><Element-97_1>1</Element-97_1><Element-28>1</Element-28></Segment-GE><Segment-IEA><Element-I16>1</Element-I16><Element-I12>000000001</Element-I12></Segment-IEA></Transaction-997>
    Thank you very much!
    wanggang

    Please try without internal properties.
    <?xml version="1.0" encoding="UTF-8"?><Transaction-997 xmlns="urn:oracle:integration:b2b:178CDEA78FDA4DF38610F2D26CA63B49" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oracle:integration:b2b:178CDEA78FDA4DF38610F2D26CA63B49 guideline.xsd" XDataVersion="1.0" Standard="X12" Version="V5010" CreatedDate="2012-08-05T04:41:46" CreatedBy="XEngine_4016" GUID="{29D665AA-E4A3-41B5-A60A-8CE56C349249}"><Segment-ISA><Element-I01>00</Element-I01><Element-I02>0000000000</Element-I02><Element-I03>00</Element-I03><Element-I04>0000000000</Element-I04><Element-I05>02</Element-I05><Element-I06>Sinotrans </Element-I06><Element-I05_1>08</Element-I05_1><Element-I07>6111470100 </Element-I07><Element-I08>120804</Element-I08><Element-I09>2259</Element-I09><Element-I65>^</Element-I65><Element-I11>00501</Element-I11><Element-I12>000000001</Element-I12><Element-I13>0</Element-I13><Element-I14>I</Element-I14><Element-I15>\</Element-I15></Segment-ISA><Segment-GS><Element-479>FA</Element-479><Element-142>Sinotrans</Element-142><Element-124>6111470100</Element-124><Element-373>20120805</Element-373><Element-337>0437</Element-337><Element-28>1</Element-28><Element-455>T</Element-455><Element-480>005010</Element-480></Segment-GS><Segment-ST><Element-143>997</Element-143><Element-329>0001</Element-329><Element-1705>001</Element-1705></Segment-ST><Segment-AK1><Element-479_1>AA</Element-479_1><Element-28_1>98463053</Element-28_1><Element-480_1>001000</Element-480_1></Segment-AK1><Loop-AK2><Segment-AK2><Element-143>100</Element-143><Element-329>Transacti</Element-329><Element-1705>001</Element-1705></Segment-AK2><Loop-AK3><Segment-AK3><Element-721>SEG</Element-721><Element-719>59981514</Element-719><Element-447>Loop</Element-447><Element-720>1</Element-720></Segment-AK3><Segment-AK4><Composite-C030><Element-722>16</Element-722><Element-1528>9</Element-1528><Element-1686>21</Element-1686></Composite-C030><Element-725>16</Element-725><Element-723>1</Element-723><Element-724>Copy of Bad Data Element</Element-724></Segment-AK4></Loop-AK3><Segment-AK5><Element-717>A</Element-717><Element-718>1</Element-718><Element-718_1>1</Element-718_1><Element-718_2>1</Element-718_2><Element-718_3>1</Element-718_3><Element-718_4>1</Element-718_4></Segment-AK5></Loop-AK2><Segment-AK9><Element-715>A</Element-715><Element-97>208</Element-97><Element-123>52742</Element-123><Element-2>6</Element-2><Element-716>1</Element-716><Element-716_1>1</Element-716_1><Element-716_2>1</Element-716_2><Element-716_3>1</Element-716_3><Element-716_4>1</Element-716_4></Segment-AK9><Segment-SE><Element-96>8</Element-96><Element-329>0001</Element-329></Segment-SE><Segment-GE><Element-97_1>1</Element-97_1><Element-28>1</Element-28></Segment-GE><Segment-IEA><Element-I16>1</Element-I16><Element-I12>000000001</Element-I12></Segment-IEA></Transaction-997>
    Regards,
    Anuj

  • BUG - in flash pro CC, 'bold' and 'italic' properties of TextFormat have no effect on rendered text

    Concise problem statement:
    If you compile with flash pro CC, and use the 'setTextFormat' method of a TextField, the 'bold' and 'italic' properties of the TextFormat argument have no effect on the rendered text. If you compile with flash pro CS6, the 'bold' and 'italic' properties work as expected.
    Apparently, with flash pro CC, the only way to make the text render correctly is to change the font name (add the suffix ' Bold', ' Italic', or ' Bold Italic'.) This means code which dynamically changes font styles only works in CS6 or CC, but not both. For example, if you use the 'bold' property the text renders bold in CS6 and regular in CC, whereas if you change the font name to add the suffix ' Bold', the text renders bold in CC and DOES NOT RENDER at all in CS6. This makes it difficult to transition a team from CS6 to CC.
    Steps to reproduce bug:
    1. Create an xfl with 2 TextFields on the stage, both with font "Trebuchet MS" and style "regular", one named boldTrueText containing the String "bold = true", one named fontNameText containing the String "fontName = Trebuchet MS Bold". Create 2 more TextFields on the stage for visual reference, both with font "Trebuchet MS", one with style "regular", one with style "bold".
    2. Add the following code to the Actions panel on frame 1:
    import flash.text.TextFormat;
    import flash.text.Font;
    var format:TextFormat = boldTrueText.getTextFormat();
    format.bold = true;
    boldTrueText.setTextFormat(format);
    format = fontNameText.getTextFormat();
    format.font = "Trebuchet MS Bold";
    fontNameText.setTextFormat(format);
    var fonts:Array = Font.enumerateFonts(), count:int = fonts.length;
    for (var i:int = 0; i < count; i++) {
        var font:Font = fonts[i];
        trace("fontName: " + font.fontName + ", fontStyle: " + font.fontStyle);
    3. Save, and compile with flash pro CS6 and flash pro CC.
    Results:
    With flash pro CS6, "bold = true" renders bold, and "fontName = Trebuchet MS Bold" DOES NOT RENDER.
    With flash pro CS6, the following is traced:
    fontName: Trebuchet MS, fontStyle: bold
    fontName: Trebuchet MS, fontStyle: regular
    With flash pro CC, "bold = true" renders regular, and "fontName = Trebuchet MS Bold" renders bold.
    With flash pro CC, the following is traced:
    fontName: Trebuchet MS, fontStyle: regular
    fontName: Trebuchet MS Bold, fontStyle: bold
    Expected results:
    The same text is rendered in both flash pro CS6 and CC. I don't know why this behavior was changed in flash pro CC - it causes silent failures in code which dynamically changes font styles. I expected the flash pro CS6 behavior to remain the same in CC, like so:
    With flash pro CC, "bold = true" renders bold, and "fontName = Trebuchet MS Bold" DOES NOT RENDER.
    With flash pro CC, the following is traced:
    fontName: Trebuchet MS, fontStyle: bold
    fontName: Trebuchet MS, fontStyle: regular
    If you don't want to break backward compatibility (any further), you could make both the behaviors work in flash pro CC, like so:
    With flash pro CC, "bold = true" renders bold (font is still "Trebuchet MS"), and "fontName = Trebuchet MS Bold" renders bold also.
    With flash pro CC, the following is traced:
    fontName: Trebuchet MS, fontStyle: bold
    fontName: Trebuchet MS, fontStyle: regular
    fontName: Trebuchet MS Bold, fontStyle: bold
    I submitted this bug with the bug form, and also with adobe bugbase (in case it isn't obsolete) - I'm just trying to maximize my chances of getting a fix.  Has anyone else encountered this bug?

    I just can't believe how there is ZERO documenation for any of this.  Flash's stylesheets have fontStyle and fontWeight properties, but they only recognize regular/italic and regular/bold respectively.
    This change in Flash CC completely breaks systems built in Flash CS6, and the font naming is actually arbitrary and is not a consistant combination of font name and style (e.g. "Eras ITC" family's bold font name is "Eras Bold ITC", but the bold version of Times New Roman is "Times New Roman Bold" (with Bold at the end, rather than the middle), and what's absolutely appaling is that the font name used at runtime is not exposed anywhere in the Flash IDE!!!  In the IDE you select a font family and font style independently, which is absolutely not what's used at runtime, because it actually uses a separate, arbitrarily named field in the font file for the font name. So we can't even know from within Flash what the proper runtime name is, unless we trace it out or open the font properties details tab in Windows explorer.
    It seems that Flash CC is always using the font "Title" that can be found in the properties of the font, NOT the font name displayed in Windows Font Preview or in Flash CC.  For example, the font name for Times New Roman Bold in Windows Font Preview is just "Times New Roman", but the font title in the properties/details tab is "Times New Roman Bold".  If they made the change to allow for specific fonts to be selected, that's fine, but it completely breaks HTML support in TextFields if it's not respecting bold and italic tags.
    This may actually be a trend on the web now, if you read this: http://www.smashingmagazine.com/2013/02/14/setting-weights-and-styles-at-font-face-declara tion/ , it says: "If you’ve used one of FontSquirrel’s amazing @font-face kits, then you’re familiar with this approach to setting weights and styles. The CSS provided in every kit uses a unique font-family name for each weight and style, and sets the weight and style in the @font-face declaration to normal. [...] Notice that the font-family names are unique, with each font-family name accessing the appropriate Web font files."
    But there's just no mention of this in any documentation I can find.  What the hell.
    It's also helpful to realize that font and u tags have been deprecated in HTML5, while b and i tags have been repurposed since they still retain semantic meaning apart from style: https://www.w3.org/International/questions/qa-b-and-i-tags

  • CRC errors and input errors on Te 1/2 of Cisco WS-C3560X-48 switch

    Hi All,
    I am observing CRC errors and input errors on one of the Te1/2 interface of WS-C3560X-48 Cisco switch. I have not observed any CRC errors or input errors on the connected interface at other end. Can you please let us know whether the issue is with cable or SFP module.
     Effected interface:
    TenGigabitEthernet1/2 is up, line protocol is up (connected)
      Hardware is Ten Gigabit Ethernet, address is f866.f243.e6b6 (bia f866.f243.e6b6)
      Description: *** MAN-SW1B***
      MTU 1500 bytes, BW 10000000 Kbit, DLY 10 usec,
         reliability 254/255, txload 1/255, rxload 1/255
      Encapsulation ARPA, loopback not set
      Keepalive not set
      Full-duplex, 10Gb/s, link type is auto, media type is SFP-10GBase-SR
      input flow-control is off, output flow-control is unsupported
      ARP type: ARPA, ARP Timeout 04:00:00
      Last input 00:00:00, output 00:00:00, output hang never
      Last clearing of "show interface" counters 3w5d
      Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
      Queueing strategy: fifo
      Output queue: 0/40 (size/max)
      5 minute input rate 29000 bits/sec, 30 packets/sec
      5 minute output rate 45000 bits/sec, 37 packets/sec
         68905128 packets input, 8272036576 bytes, 0 no buffer
         Received 68904979 broadcasts (68812046 multicasts)
         0 runts, 0 giants, 0 throttles
         146170 input errors, 130065 CRC, 0 frame, 0 overrun, 0 ignored
         0 watchdog, 68812046 multicast, 0 pause input
         0 input packets with dribble condition detected
         83524620 packets output, 12642123488 bytes, 0 underruns
         0 output errors, 0 collisions, 1 interface resets
         0 babbles, 0 late collision, 0 deferred
         0 lost carrier, 0 no carrier, 0 PAUSE output
         0 output buffer failures, 0 output buffers swapped out
    Other end.
    TenGigabitEthernet1/4 is up, line protocol is up (connected)
      Hardware is Ten Gigabit Ethernet Port, address is 503d.e53b.9703 (bia 503d.e53                                                                                        b.9703)
      Description: *** DMZ-SW1B ***
      MTU 1500 bytes, BW 10000000 Kbit, DLY 10 usec,
         reliability 255/255, txload 1/255, rxload 1/255
      Encapsulation ARPA, loopback not set
      Keepalive set (10 sec)
      Full-duplex, 10Gb/s, link type is auto, media type is 10GBase-SR
      input flow-control is on, output flow-control is off
      ARP type: ARPA, ARP Timeout 04:00:00
      Last input 00:00:00, output never, output hang never
      Last clearing of "show interface" counters never
      Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0
      Queueing strategy: fifo
      Output queue: 0/40 (size/max)
      5 minute input rate 32000 bits/sec, 27 packets/sec
      5 minute output rate 21000 bits/sec, 22 packets/sec
         918379921 packets input, 312586470396 bytes, 0 no buffer
         Received 881142868 broadcasts (875016400 multicasts)
         0 runts, 0 giants, 0 throttles
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 input packets with dribble condition detected
         463132111 packets output, 240865283601 bytes, 0 underruns
         0 output errors, 0 collisions, 1 interface resets
         0 babbles, 0 late collision, 0 deferred
         0 lost carrier, 0 no carrier
         0 output buffer failures, 0 output buffers swapped out

    When there are more than two members in a cluster (stack), the Gigabit interface operates at half-duplex. Since collisions can result at half-duplex, some CRCs errors are normal.

  • Validator Errors and the Fix

    Hello
    I need to understand the mistakes, apply the corrections.
    I want to offer a basic page ( http://www.meherbabalibrary.com/babalist/list_g/list_g.html)  and ask for assistance. It is without CSS, with Divs - a basic unpopulated page with navigation bar.
    I ran this page through www.validator.w3g.com and validator found 18 errors.
    To have explained a few mistakes that will give me an understanding. I need to understand the dynamics that are involved in correcting the mistakes so that I can apply the corrections on this page and other pages that have been created.
    For example I have a series of errors on line 111:
    <body leftmargin="5" topmargin="5" marginwidth="5" marginheight="5" onLoad="MM_preloadImages('../../buttons/bhr.gif','../../buttons/kkr.gif','../../buttons /dvdr.gif','../../buttons/cjr.gif','../../buttons/avr.gif','../../buttons/bsr.gif','../.. /images/shack/0_Shack_MBBks.jpg')">
    <div id="pageContainer">
    I see the validator has highlighted in red most of the quotes  - and if I remove all quotes in red and then view the page in web browser most of line 111 is transformed into text. That experiment did not work.
    However if I run validator as Group Error Message by Type those reds quote show  "there is no attribute X". I don’t understand this.
    On line 115 is another series of errors and again the ' " ' symbols are highlighted in red.
    <a href="../../index.htm" target="_top" onClick="MM_nbGroup('down','group1','bhb','',1)" onMouseOver="MM_nbGroup('over','bhb','../../buttons/bhr.gif','',1)" onMouseOut="MM_nbGroup('out')"><img src="../../buttons/bhb.gif" alt="" name="bhb" width="120" height="41" border="0" onload=""></a>Th
    I Googled the errors. I am unable to understand the errors and the appropriate method to fix the errors.
    there is no attribute "onClick"
    there is no attribute "onMouseOver"
    there is no attribute "onMouseOut"
    there is no attribute "onload"
    end tag for "img" omitted, but OMITTAG NO was specified
    Thanks for indulging this long query. To wrap up I see in a few lines the "You may have neglected to close an element" supported with 'end tag for "img" omitted, but OMITTAG NO was specified'.
    Again I ran validator as ‘Group Error Message by Type’ the end tag for X omitted, but OMITTAG NO was specified".  I hope this question isn’t too long as I really need to learn how to apply fix it routines after running the validator. 
    Thanks

    You could eliminate many of your errors and code bloat if switched from image based menus to CSS styled text links. 
    Below is a quick example (no images required).  Copy & paste this code into a new, blank page.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 Document</title>
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <style>
    body {
    width: 720px;
    margin: 0 auto;
    nav {
    width: 720px;
    margin:0 auto;
    overflow: hidden; /*to control floats*/
    nav ul { margin: 0; padding:0 }
    nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font-size: 14px;
    font-variant: small-caps;
    font-weight:bold;
    nav li a {
    margin: 0;
    display: block;
    text-decoration: none;
    color: #000;
    width: 120px;
    line-height: 2em;
    text-align: center;
    /**gradients for various browsers**/
    background: rgb(232,240,175); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(232,240,175,1) 0%, rgba(232,240,175,1) 0%, rgba(162,218,178,1) 53%, rgba(150,218,209,1) 98%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(232,240,175,1)), color-stop(0%, rgba(232,240,175,1)), color-stop(53%, rgba(162,218,178,1)), color-stop(98%, rgba(150,218,209,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(232,240,175,1) 0%, rgba(232,240,175,1) 0%, rgba(162,218,178,1) 53%, rgba(150,218,209,1) 98%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(232,240,175,1) 0%, rgba(232,240,175,1) 0%, rgba(162,218,178,1) 53%, rgba(150,218,209,1) 98%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(232,240,175,1) 0%, rgba(232,240,175,1) 0%, rgba(162,218,178,1) 53%, rgba(150,218,209,1) 98%); /* IE10+ */
    background: linear-gradient(to right, rgba(232,240,175,1) 0%, rgba(232,240,175,1) 0%, rgba(162,218,178,1) 53%, rgba(150,218,209,1) 98%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f0af', endColorstr='#96dad1', GradientType=1 ); /* IE6-9 */
    Color format: Comments IE9 Supp
    nav li a:hover, nav li a:active, nav li a:focus {
    text-decoration: underline;
    background: #E8F0AF;
    filter:none;
    /**clear floats after nav**/
    nav:after {
    clear: left;
    display: block;
    </style>
    </head>
    <body>
    <header><img src="http://www.meherbabalibrary.com/logos/Logo10.png" alt="logo" height="128" width="720"> </header>
    <nav>
    <ul>
    <li><a href="#">Baba's Home</a></li>
    <li><a href="#">Kalki's Kitchen</a></li>
    <li><a href="#">DVD Selection</a></li>
    <li><a href="#">Curator's Jive</a></li>
    <li><a href="#">Advent Vault</a></li>
    <li><a href="#">Baba Splash</a></li>
    </ul>
    </nav>
    <h2>CSS Menu without images</h2>
    <p>Simple to edit, no complex scripts or image swap behaviors, less code, easily indexed by search engines, translators and screen readers. </p>
    </body>
    </html>

  • Error message "unsupported file type"

    I know I saw this topic before, but never saw an answer. I am using mpeg streamclip...can convert all .vob files to .dv but cannot do the 1st .vob file and it is part of the home movie! I get the error message "unsupported file type". I don't have a problem with any of the other 4 .vob files.

    Another thing to try is renaming it with a .htm or .html extension.
    If that doesn't work either, do you have any other files from your old system? In particular, if you have your old places.sqlite file, you could use that to overwrite your new places.sqlite (bookmarks+history) file.

  • Navigation, Page and Magnification properties in PDF export

    within the AOM PDF, I'd like to have the ability to set the Layout and Magnification properties similar to Acrobat Pro:
    Navigation tab:
    Page Layout:
    Magnification:
    thanks.

    Hi,
    SAP standard Webtemplate Export does not support Pagebreaks.
    Also CSS-Styles Atributes PAGE-BREAK-BEFORE: Always will not work because SAP is ingnoring custom HTML. Only way is to consider 3rd Party Tools which will export the HTML of the executed Webtemplate to PDF or other formats.
    In Report Designer you will be able to include Page breaks on Group level changes of BI data.
    best regards,
    Kai Wachter

  • Quicktime 7.1.1.  doesn't playback/ ERROR 461 unsupported transport

    Greetings,
    Quicktime was working fine (well as well as it works), then I decided to go up to Quicktime PRO 7.1.1., when I tried it out for the first time I visited C-Span.org to watch the Daily White House briefing and nothing, just "error 461-unsupported transport."
    I have no idea how to correct this problem, but I did look inside the internet plugins directory because I thought possible the VLC plugin was cauing the problem. . . . I haven't downloaded that one yet-because it ain't in there.

    Quicktime was working
    fine (well as well as it works), then I decided to go
    up to Quicktime PRO 7.1.1., when I tried it out for
    the first time I visited C-Span.org to watch the
    Daily White House briefing and
    nothing,
    You appear to have a choice between Real and Windows
    Media streaming here -- not QT. Would assume you need
    to install or reinstall one and/or the other playback
    components/playeers/plug-ins.
    Oh, the bit about the "VLC Plugin," well I didn't know until you mentioned it in your response, but the reason I mentioned it was because I read another post within-believe it or not the MAC OS portion on the discussion group about removing the "VLC Plugin," and NO wonder I don't have a VLC Plugin IT'S WINDOWS.
    But, just for a moment forget the second paragraph of my complaint-question, consider only the top portion by itself and see if you can determine a course of action for this situation... Thank you, sorry that I have so thoroughly confused the issue. . . Martin
    G3 IBook 800mhz   Mac OS X (10.4.6)   Any help is appreciated

  • Error putting Card properties?

    Hi,
    I keep encounter following error during the crawler process, no card has been created. (I've used DocFetch)
    Aborted Card creation for document: mail.gif. Import error: IDispatch error #19808 (0x80044f60): [Error Importing Card.Error putting Card properties.]
    Can anyone give some hints?
    Thanks and Best Regards,

    This is a new install with DIAdem 2012 SP1 downloaded within the last 30 days from your site running in evaluation mode.
    There has never been another version of DIAdem on this laptop.
    >> Did this ever work, or has it failed on your first ever attempt?  If it did work once, what has happened to this computer between then and now?
    I can't give an honest answer here because I don't remember. It only failed in the last couple of days (that I noticed) and has been used since 12/17/2013. I could go back to a restore point, but I've installed 
    >>Have you installed LabVIEW on that computer before?  If you have LabVIEW 2012 or later, can you pop up the DataPlugin selection dialog from there?
    no
    I'm trying this today, and am now getting the same error when I try to create a new plugin using the "create dataplugin..." button in the same dialog box. I know this worked before or I wouldn't have been able to create plugins. the import dataplugin button works.
    Are there some kind of registry keys or files on the computer which I can clean out after an uninstall (or prior to a repair) to make sure a reinstall is completely new?
    Do you have any idea what/where the suddlgshow that the error is generating is refering to? Maybe I can check the permissions on that folder, maybe they are set to read only or something.
    Thanks,

  • Error message "unsupported image format" over red screen

    Working my way through a project making corrections to a series of jpegs, when the image preview disappears and turns red with the error message "unsupported image format" in small print over the top, the thumbnail is fine and I know the image to be fine. Move on to the next 2-3 images all with the same message and then the App hangs.
    Force quit and relaunch Aperture and the images are ok again.
    I am assuming that the previews are corrupting and causing this. Oh the app has been hanging intermittently throughout he day, I have trashed both the pref's and the App support folder, but still I get the spinning beach ball.
    Any thoughts?
    Tony

    I just noticed a similar problem. But for me it seems to be only for images referenced from my iPhoto library. I have not seen it yet on images imported directly into Aperture. If I click on a folder of images they appear fine at first, but if I just leave it displaying the first image after a few seconds the image disappears and displays the "unsupported image format" message over a red screen. Or it may display a random icon from somewhere in the application. And then the preview images start changing. Sometimes they change to what looks like system or application icons (arrow, the ratings "star", a printer icon, etc.)
    Peter

Maybe you are looking for

  • Error instantiating web-application

    Hello, Im new posting over here. I hope someone can help me with this problem. I'm working on a WebService that use this type of variable: byte[ ] file. But when I try to run the WebService return this: Error instantiating web-application Error compi

  • Acrobat PRO XI  not responding when using Send File

    We have 3 new Windows 7 Pro 64 bit workstations with latest service packs, Office 2013 latest service packs and Adobe Acrobat XI  ver 11.0.4. I have assigned the AD group Domain Users to the local pc Administrators group. when trying to use the send

  • RKAEP000 in the background without selection criteria

    Hello, advice, please. If you execute the KSB1 report in the background, the selection criteria are automatically displayed there with the header data (states within SAP Note 1174588). Is there any way how to disable this? We have got a custom progra

  • Acrobat, Java, end ecription

    Hi! There is php script called FPDF, it generates PDF files at runtime.  I added new function for it "add_java_script". It worked superb. Also it has function "SetProtection". It works superb as well, adding protection to the PDF file. Issues comes,

  • Error: _NSAutoreleaseNoPool() __NSCFDate autoreleased with no pool in place

    _NSAutoreleaseNoPool(): Object 0x407c40 of class __NSCFDate autoreleased with no pool in place - just leaking Stack: (0x92284cdf 0x92191562 0x203a) anyone seen this before? how do i fix it? Thanks : )