Rotated text not rendering properly

I'm using SSRS 2008 R2 integrated with SharePoint 2010. In Report Builder 3, i have set the text to Rotate270 and it looks fine. When i save file to sharepoint and view it in the browser, the text is no longer properly positioned in the cell, see below.
Is this a bug? does anyone have any suggestions on how to fix this?
Image from Report Builder 3 preview mode (Business Development is rotated 270 and looks fine)
image from Browser - Business development is truncated
Dean MCTS-SQL 2005 Business Intelligence, SharePoint 2010, Configuration

Hello Dean,
This is not supported in Report viewer when you see the same report from application/explorer view..
for this 270 Degree rotation, you will have to write VB code and from that you can easily convert your text to 270 Degree rotation.
from my point of view and RnD, there is only way to convert 270 Degree rotation in reports.
use the following and you will get your answer.
for that,
first Use System.Drawing DLL in your report.
take image object.
MIME Type : JPEG and field : =Code.LoadImage("Your Text", "Total No Of Character")
example : =Code.LoadImage("20CF", "4")   OR 
example : =Code.LoadImage("20CF", Length("20CF")
and write this following code
Function LoadImage(ByVal sImageText as String,ByVal sImageTextMax as String)
sImageTextMax= sImageTextMax.PadRight(40)
Dim iFontSize As Integer = 10 ‘//Change this as needed
Dim bmpImage As New Drawing.Bitmap(1, 1)
Dim iWidth As Integer = 0
Dim iHeight As Integer = 0
'// Create the Font object for the image text drawing.
Dim MyFont As New Drawing.Font("Arial", iFontSize, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point)
'// Create a graphics object to measure the text's width and height.
'Graphics(MyGraphics = Graphics.FromImage(bmpImage))
Dim MyGraphics As Drawing.Graphics = Drawing.Graphics.FromImage(bmpImage)
'// This is where the bitmap size is determined.
iWidth = MyGraphics.MeasureString(sImageTextMax, MyFont).Width
iHeight = MyGraphics.MeasureString(sImageTextMax, MyFont).Height
'// Create the bmpImage again with the correct size for the text and font.
'bmpImage = New Drawing.Bitmap(bmpImage, New Drawing.Size(iWidth, iHeight))
bmpImage = New Drawing.Bitmap(bmpImage, New Drawing.Size(iHeight, iWidth))
'// Add the colors to the new bitmap.
MyGraphics = Drawing.Graphics.FromImage(bmpImage)
MyGraphics.Clear(Drawing.Color.LightGray)
MyGraphics.TextRenderingHint = Drawing.Text.TextRenderingHint.AntiAlias
MyGraphics.TranslateTransform(0, iWidth)
MyGraphics.RotateTransform(270)
MyGraphics.DrawString(sImageText, MyFont, New Drawing.SolidBrush(Drawing.Color.Black), 0, 0)
MyGraphics.Flush()
Dim stream As IO.MemoryStream = New IO.MemoryStream
Dim bitmapBytes As Byte()
'Create bitmap
bmpImage.Save(stream, System.Drawing.Imaging.ImageFormat.Jpeg)
bitmapBytes = stream.ToArray
stream.Close()
bmpImage.Dispose()
Return bitmapBytes
End Function
20CF
Hope you are clear with this. :)

Similar Messages

  • CSS Issues , HTML text not rendering properly

    I've loaded and parsed some xhtml in my DataManager class that is validated against the W3C strict dtd.I'm pushing certian bits of this into public arrays in my DataManager. My ContentManager, calls to the DataManager, and is returned a corresponding data set ,  instantiates a new GenericSection , and passes in the array as an argument in the constructor.
    var targetData : Array = new Array();
    targetData = DataManager.getInstance().returnAboutData();
    var targ : String = targetData[0].toString();
    var targFormat : String = targ.slice( ( targ.indexOf( '">' , 0 ) + 2 ) , ( targ.lastIndexOf( '/p>' , 0 ) - 3 ) );
    var newSection : GenericContent = new GenericContent( targFormat );                   
    newSection.publicId = ind;
    contentContainer.addChild( newSection );
    The output of formatTarg is :
    The purpose of this site is to serve as an online portfolio and work reference. I am a 28 year old WEB/INTERACTIVE developer who has worked in the Los Angeles and Greater Orlando areas since 2004. I specialize in
      <span class="bulletText">ADOBE FLASH</span>
      <span class="bulletText">FLASH ANIMATION</span>
      <span class="bulletText">ACTIONSCRIPT 2.0/3.0</span>
      , and
      <span class="bulletText">ACTIONSCRIPT PROJECTS IN FLEX</span>
      . The client links listed above will provide several examples of media that I developed for the web. Please select the ACTIVE TEXT to the right of the PROJECT LINK heading in each section , if available ,  to view the site.
    My GenericContent class i linked to a movieclip in the library , with one dynamic textfield, with the following settings :
    instanceName : sectionText;
    anti-aliasing : for readability;
    embed : uppercase , lowercase , numerals , and puncutation
    behavior : muliline
    render as html : selected( true );
    sectionText is declared as a public var in the GenericContent instance.
    I have tried applying styles as such :
    private var css                    :            StyleSheet;
    private var cssDeclarations            :            String;
    css = new StyleSheet();
    var bulletText : Object = new Object(); 
    bulletText .fontSize = 20; 
    bulletText .fontWeight = "bold"; 
    bulletText .color = "#336699"; 
    bulletText .leading = 12;
    css.setStyle( ".bulletText ", bulletText  );
    sectionText.wordWrap = true;
    sectionText.embedFonts = true;
    sectionText.styleSheet = css;
    sectionText.htmlText = contentText;
    and
    css = new StyleSheet();
    cssDeclarations = ".bulletText{font-size:12px;color:#FFFF00"};
    css.parseCSS(cssDeclarations);
    sectionText.wordWrap = true;
    sectionText.embedFonts = true;
    sectionText.styleSheet = css;
    sectionText.htmlText = contentText;
    The html is not being rendered properly , the tags themselves do not show up , but no style is being applied. Any ideas , or perhaps a better approach ? thanks !

    Upon further investigation i figured out what was wrong.
    This property :
    bulletText .fontWeight = "bold";
    was causing my text to not render because bold character weren't used within the symbol associated with the class. By removing that and cleaning up the code a bit ,
    var span : Object = new Object(); 
    span.fontSize = 12; 
    span.color = "#336699";
    css = new StyleSheet();
    css.setStyle( ".bulletText", span );
    sectionText.styleSheet = css;           
    sectionText.htmlText = contentText;
    it rendered semi correctly , except with erronious line breaks , the solution for that was to , remove any instances of "/n" from the contentText string before setting the sectionText , done like this :
    var pattern : RegExp = /\n/g;
    contentText = contentText.replace( pattern , "" );
    now it looks great !

  • Text not rendering properly

    Hi
    I've just completed a mock up for a client and for whatever reason all the 'L's' in the center section on the backside appear different from the remaining text. I selected all the text and used 'expand' but nothing seems to change the look of this character. I also sent the file to vistaprint for a proof and it comes back the same way..unacceptable. HELP ;-))
    http://www.auctionontario.ca/HSO_Mockup2.pdf

    http://forums.adobe.com/thread/609600?tstart=0
    And a digital softproof will show the same issue, but it will still print correctly, whicxh you can easily verify by importing it into Photoshop or exporting a bitmalp file from AI.
    Mylenium

  • Command links are not rendering properly in panel collection toolbar facet

    Hi
    I am using jdev 11.1.2.3.0
    I added toolbar component to the toolbar Facet of panel collection component .
    Under the tool bar I added two command link components with name create and delete,
    the problem is at run time the buttons are not rendering properly,they are hiding,instead of links
    this symbol(>>) is displaying.
    On clicking the symbol,I am able to see the links,I used <af:spacer> after the links but not worked.
    what I have to do to render the links properly in the panel collection toolbar facet

    Hi Timo
    This is the code and I am using 11.1.2.3.0
         <f:facet name="toolbar">
                    <af:toolbar id="t1">
                            <af:commandImageLink icon="#{resource['images:create.png']}" text="Create" id="cbInsert">
                            <af:showPopupBehavior popupId="p1"/>
                        </af:commandImageLink>
              </af:toolbar>

  • Command links are not rendering properly in the toolbar facet of panel collection

    Hi
    I am using jdev 11.1.2.3.0
    I added toolbar component to the toolbar Facet of panel collection component .
    Under the tool bar I added two command link components with name create and delete,
    the problem is at run time the buttons are not rendering properly,they are hiding,instead of links
    this symbol(>>) is displaying.
    On clicking the symbol,I am able to see the links,I used <af:spacer> after the links but not worked.
    what I have to do to render the links properly in the panel collection toolbar facet

    Hi Timo
    This is the code and I am using 11.1.2.3.0
         <f:facet name="toolbar">
                    <af:toolbar id="t1">
                            <af:commandImageLink icon="#{resource['images:create.png']}" text="Create" id="cbInsert">
                            <af:showPopupBehavior popupId="p1"/>
                        </af:commandImageLink>
              </af:toolbar>

  • CQ page is not rendering properly. It is not rendering HTML. It is showing HTML source code as is.

    On some of the pages, I am getting this weird behavior wherein page is not rendering properly. It is showing HTML source code as is. Could you please help me out? What could be the issue? And how can we get rid of the same?

    Check your component jsp page. it is possible that it is just plan file without directives <@ or you might have miss to close tag which is creating source as text to render
    Paste your jsp code in case you need further help
    Thanks,
    Ajit

  • PDFs not rendering properly with hpeprint or AirPrint

    Both my iPhone 4 and my iPad 2 connect to my LaserJet Pro 400 color MFP M475dn (connected via ethernet cable to an Apple Airport Extreme) and print most things just fine. However, when I use either hpeprint or Apple AirPrint options to attempt to print, PDFs are NOT rendered properly... the graphic logos appear ok on a PDF document, but text is a complete, incomprehensible mess. I have the latest firmware and software. Any ideas? Despite all the latest firmware and software, could it be a driver issue?Thanks in advance.

    Hi CTU_Agent, 
    Your LaserJet Pro 400 color MFP M475dn is a commercial product. I suggest posting in the forum for HP Business Support for a better chance at finding a prompt solution.
    You may find the commercial Laserjet board here.
    http://h30499.www3.hp.com/t5/Printers-LaserJet/bd-p/bsc-413
    Hope you find the help you need;
    RobertoR
    Remember ▼
    You can say THANKS by clicking the KUDOS STAR. If my suggestion resolves your issue Mark as a "SOLUTION" this way others can benefit Thanks in Advance!

  • Fonts not rendering properly. Am I missing something?

    I have PS Elements 10 for Mac. I've been trying to figure out why my text is not rendering properly. I type out a word and although caps lock is OFF, the text shows up in all caps. Also, the spacing between letters is wide. I've been trying to search through help and options, but can't find anything. Does anyone have any suggestions on what could be wrong?

    At the far left of the options bar is a tiny triangle. Click it and choose Reset Tool from the popout menu.

  • Transitions not rendering properly - corruption

    My transitions are not rendering properly when I try layering two. It was working fine before, now suddenly it is not. I am using FCP 6 and I have Slick FX add ons. The add on was working fine before. I've tried trashing the FCP preferences but to no avail.
    See here for a sample -
    http://metrosi.com/Picture3.png
    Any other suggestions? Please help!
    Jennifer

    Seems that the problem is with specific Slick FX transitions. Ones under Slick FX Transitions - 3D.
    Things tried....
    Tried using the Rotate transition in another location, same issue. Looked ok in the timeline prior to rendering.
    There is a Slick FX transition in the timeline that appears to be rendering properly...Cylinder. Put another in a different part of the timeline and it rendered fine (Spin Zoom)
    Tried another 3D one (Spherize) -looks fine in the timeline before rendering...rendered fine.
    Tried another 3D one (Tube) - did not work.
    Tried adding Rotate in after adding others...still not working.
    Turnstile not working also (opened a new sequence and tried adding it)
    Twist not working either.
    So...not sure what to do about it!

  • TaskMenu is not rendering properly using rendered attribute withSecurityCxt

    Hi All,
    I am trying to use this code rendered="#{!(securityContext.userInRole['ZPM_ENT_MARKETING_BUDGET_MANAGER_DUTY'])}" in the itemNode UI component of my Budget_taskmenu.xml. But UI is not rendering it properly.
    I have checked the same code in the backing bean and it is returning true and false as per expectation but at UI level my menu is not coming properly (it is coming as #{null} in place of name in menu).
    But same piece of code is working fine in my .jsff file where I am doing the same check in rendered attribute.
    rendered="#{!(securityContext.userInRole['ZPM_ENT_MARKETING_BUDGET_MANAGER_DUTY'])}"
    Any Suggestion.
    Regards,
    Sarvesh Kaushik

    Hi Frank,
    Thanks for your reply.
    But I found the actual root cause of the issue.
    There is nothing wrong in the expression rendered="#{!(securityContext.userInRole['ZPM_ENT_MARKETING_BUDGET_MANAGER_DUTY'])}".
    The actual issue with my code was one label name was wrong bcoz of which menu was not rendering properly.
    Thanks and Regards,
    Sarvesh Kaushik

  • MyFaces schedule component is not rendering properly.

    Hello everybody.
    I am trying to use the Tomahawk schedule component with Jdeveloper 10.1.3.2. It is not rendering properly.
    The schedule entries and the header line are mising for weeks.
    I removed the default-render-kit-id element from the faces-config.xml. Nothing changed.
    Used versions:
    - Jdeveloper 10.1.3.2
    - myFaces 1.5.1
    - tomahawk 1.5.1
    Any suggestions?
    Thanks.

    Hi,
    did you post this question on the MyFaces open source list?
    Frank

  • [SOLVED] Some text not rendering in Gnome after update

    After a recent update some text is not rendering in Gnome. For example, look at the url bar of chromium in this screenshot: http://i.imgur.com/A2Qyw.png
    Here's a "screenshot" of some text not rendering in gnome-terminal:
    $ echo -e "I like pizza\nI like pizza\nI like pizza"
    ...blank line...
    ...blank line...
    ...blank line...
    ...blank line...
    It basically renders my desktop environment worthless. I don't see anything suspicious in /var/lob/Xorg.0.log. Here are some of the packages I've updated recently:
    [2012-05-10 23:05] Running 'pacman -Suy'
    [2012-05-10 23:05] synchronizing package lists
    [2012-05-10 23:05] starting full system upgrade
    [2012-05-10 23:06] upgraded pygobject-devel (3.2.0-2 -> 3.2.1-1)
    [2012-05-10 23:06] upgraded python2-gobject (3.2.0-2 -> 3.2.1-1)
    [2012-05-12 10:49] Running 'pacman -Suy'
    [2012-05-12 10:49] synchronizing package lists
    [2012-05-12 10:49] starting full system upgrade
    [2012-05-12 10:55] upgraded cairo (1.10.2-3 -> 1.12.2-1)
    [2012-05-12 10:55] upgraded openssl (1.0.1.b-1 -> 1.0.1.c-1)
    [2012-05-12 10:55] upgraded git (1.7.10.1-1 -> 1.7.10.2-1)
    [2012-05-12 10:55] upgraded java-jline (1.0-1 -> 1.0-2)
    [2012-05-12 10:55] upgraded kmod (8-1 -> 8-2)
    [2012-05-12 10:55] upgraded libpulse (1.1-4 -> 2.0-1)
    [2012-05-12 10:55] upgraded libusb-compat (0.1.3-2 -> 0.1.4-1)
    [2012-05-12 10:55] upgraded libxi (1.6.0-1 -> 1.6.1-1)
    [2012-05-12 10:55] upgraded man-pages (3.39-1 -> 3.40-1)
    [2012-05-12 10:55] upgraded mpfr (3.1.0.p7-1 -> 3.1.0.p10-1)
    [2012-05-12 10:55] installed webrtc-audio-processing (0.1-1)
    [2012-05-12 10:55] upgraded pulseaudio (1.1-4 -> 2.0-1)
    [2012-05-12 10:55] upgraded taglib (1.7.1-1 -> 1.7.2-1)
    [2012-05-12 10:55] upgraded xorg-server-common (1.12.1-1 -> 1.12.1-2)
    [2012-05-12 10:55] upgraded xorg-server (1.12.1-1 -> 1.12.1-2)
    I'm not running [testing]. I don't know which of the two recent upgrades introduced the regression, but I'm guessing it was the one with all the xorg stuff...
    Any ideas what's going on here? Thanks!
    Last edited by mitch_feaster (2012-05-13 04:01:08)

    Here's what I upgraded lately:
    [2012-04-30 09:02] upgraded automake (1.11.5-1 -> 1.12-1)
    [2012-04-30 09:02] upgraded libxfce4util (4.8.2-1 -> 4.10.0-1)
    [2012-04-30 09:02] upgraded xfconf (4.8.1-1 -> 4.10.0-1)
    [2012-04-30 09:02] upgraded libxfce4ui (4.8.1-1 -> 4.10.0-1)
    [2012-04-30 09:02] upgraded exo (0.6.2-3 -> 0.8.0-1)
    [2012-04-30 09:02] upgraded fuse (2.8.7-1 -> 2.9.0-1)
    [2012-04-30 09:02] upgraded garcon (0.1.12-1 -> 0.2.0-1)
    [2012-04-30 09:02] upgraded vim-runtime (7.3.495-2 -> 7.3.495-3)
    [2012-04-30 09:02] upgraded gvim (7.3.495-2 -> 7.3.495-3)
    [2012-04-30 09:02] upgraded libcanberra (0.28-2 -> 0.28-3)
    [2012-04-30 09:02] upgraded libxfcegui4 (4.8.1-4 -> 4.10.0-1)
    [2012-04-30 09:02] upgraded xfce4-panel (4.8.6-1 -> 4.10.0-1)
    [2012-04-30 09:02] upgraded orage (4.8.3-1 -> 4.8.3-2)
    [2012-04-30 09:02] upgraded terminal (0.4.8-1 -> 0.4.8-2)
    [2012-04-30 09:02] upgraded thunar (1.2.3-5 -> 1.4.0-1)
    [2012-04-30 09:02] upgraded thunar-media-tags-plugin (0.2.0-1 -> 0.2.0-2)
    [2012-04-30 09:02] upgraded thunar-volman (0.6.1-1 -> 0.8.0-1)
    [2012-04-30 09:03] upgraded ttf-dejavu (2.33-2 -> 2.33-3)
    [2012-04-30 09:03] upgraded upower (0.9.15-1 -> 0.9.15-3)
    [2012-04-30 09:03] upgraded xfburn (0.4.3-5 -> 0.4.3-6)
    [2012-04-30 09:03] upgraded xfce4-appfinder (4.8.0-2 -> 4.10.0-1)
    [2012-04-30 09:03] upgraded xfce4-session (4.8.3-1 -> 4.10.0-3)
    [2012-04-30 09:03] upgraded xfce4-battery-plugin (1.0.1-1 -> 1.0.1-2)
    [2012-04-30 09:03] upgraded xfce4-clipman-plugin (1.2.3-1 -> 1.2.3-2)
    [2012-04-30 09:03] upgraded xfce4-cpufreq-plugin (1.0.0-2 -> 1.0.0-3)
    [2012-04-30 09:03] upgraded xfce4-cpugraph-plugin (1.0.1-3 -> 1.0.2-1)
    [2012-04-30 09:03] upgraded xfce4-datetime-plugin (0.6.1-2 -> 0.6.1-3)
    [2012-04-30 09:03] upgraded xfce4-dev-tools (4.9.1-1 -> 4.10.0-1)
    [2012-04-30 09:03] upgraded xfce4-dict (0.6.0-2 -> 0.6.0-3)
    [2012-04-30 09:03] upgraded xfce4-diskperf-plugin (2.5.1-1 -> 2.5.2-1)
    [2012-04-30 09:03] upgraded xfce4-eyes-plugin (4.4.1-2 -> 4.4.1-3)
    [2012-04-30 09:03] upgraded xfce4-fsguard-plugin (1.0.0-2 -> 1.0.0-3)
    [2012-04-30 09:03] upgraded xfce4-genmon-plugin (3.3.1-1 -> 3.3.1-2)
    [2012-04-30 09:03] upgraded xfce4-mailwatch-plugin (1.1.0-4 -> 1.1.0-5)
    [2012-04-30 09:03] upgraded xfce4-mixer (4.8.0-2 -> 4.8.0-3)
    [2012-04-30 09:03] upgraded xfce4-mount-plugin (0.6.3-1 -> 0.6.3-2)
    [2012-04-30 09:03] upgraded xfce4-mpc-plugin (0.4.0-1 -> 0.4.0-2)
    [2012-04-30 09:03] upgraded xfce4-netload-plugin (1.1.0-1 -> 1.1.0-2)
    [2012-04-30 09:03] upgraded xfce4-notes-plugin (1.7.7-3 -> 1.7.7-4)
    [2012-04-30 09:03] upgraded xfce4-notifyd (0.2.2-2 -> 0.2.2-3)
    [2012-04-30 09:03] upgraded xfce4-power-manager (1.0.11-2 -> 1.2.0-1)
    [2012-04-30 09:03] upgraded xfce4-quicklauncher-plugin (1.9.4-6 -> 1.9.4-7)
    [2012-04-30 09:03] upgraded xfce4-screenshooter (1.8.0-2 -> 1.8.0-3)
    [2012-04-30 09:03] upgraded xfce4-sensors-plugin (1.2.3-4 -> 1.2.3-5)
    [2012-04-30 09:03] upgraded xfce4-settings (4.8.3-2 -> 4.10.0-1)
    [2012-04-30 09:03] upgraded xfce4-smartbookmark-plugin (0.4.4-1 -> 0.4.4-2)
    [2012-04-30 09:03] upgraded xfce4-systemload-plugin (1.1.0-1 -> 1.1.0-2)
    [2012-04-30 09:03] upgraded xfce4-timer-plugin (0.6.4-1 -> 0.6.4-2)
    [2012-04-30 09:03] upgraded xfce4-verve-plugin (1.0.0-2 -> 1.0.0-3)
    [2012-04-30 09:03] upgraded xfce4-wavelan-plugin (0.5.10-2 -> 0.5.10-3)
    [2012-04-30 09:03] upgraded xfce4-weather-plugin (0.7.4-2 -> 0.7.4-3)
    [2012-04-30 09:03] upgraded xfce4-xkb-plugin (0.5.4.3-1 -> 0.5.4.3-2)
    [2012-04-30 09:03] upgraded xfdesktop (4.8.3-2 -> 4.10.0-1)
    [2012-04-30 09:03] upgraded xfwm4 (4.8.3-1 -> 4.10.0-1)
    [2012-04-30 09:03] upgraded xfwm4-themes (4.6.0-2 -> 4.10.0-1)
    [2012-04-30 13:59] upgraded inetutils (1.9.1-1 -> 1.9.1-2)
    [2012-04-30 13:59] upgraded libical (0.46-2 -> 0.48-1)
    [2012-04-30 13:59] upgraded libusb (1.0.8-2 -> 1.0.9-1)
    [2012-04-30 14:00] upgraded linux (3.3.3-1 -> 3.3.4-1)
    [2012-04-30 14:00] upgraded mdadm (3.2.3-1 -> 3.2.3-2)
    [2012-04-30 14:00] upgraded openssh (6.0p1-1 -> 6.0p1-2)
    [2012-04-30 14:00] upgraded xfce4-artwork (0.1-7 -> 0.1.1a_git20110420-1)
    [2012-04-30 14:00] upgraded xfce4-power-manager (1.2.0-1 -> 1.2.0-2)
    [2012-05-01 10:42] upgraded chromium (18.0.1025.162-1 -> 18.0.1025.168-1)
    [2012-05-01 10:42] upgraded imagemagick (6.7.6.5-1 -> 6.7.6.8-1)
    [2012-05-01 10:42] upgraded libldap (2.4.30-1 -> 2.4.31-1)
    [2012-05-01 10:42] upgraded upower (0.9.15-3 -> 0.9.16-1)
    [2012-05-01 10:42] upgraded xfce4-battery-plugin (1.0.1-2 -> 1.0.2-1)
    [2012-05-01 10:42] upgraded xfdesktop (4.10.0-1 -> 4.10.0-2)
    [2012-05-02 20:01] upgraded bzip2 (1.0.6-3 -> 1.0.6-4)
    [2012-05-02 20:01] upgraded dconf (0.12.0-1 -> 0.12.1-1)
    [2012-05-02 20:01] upgraded e2fsprogs (1.42.2-1 -> 1.42.2-2)
    [2012-05-02 20:01] upgraded syslog-ng (3.3.4-5 -> 3.3.5-1)
    [2012-05-03 07:24] upgraded binutils (2.22-6 -> 2.22-7)
    [2012-05-03 07:24] upgraded linux (3.3.4-1 -> 3.3.4-2)
    [2012-05-03 07:24] upgraded xfce4-screenshooter (1.8.0-3 -> 1.8.1-1)
    [2012-05-03 07:24] upgraded xfce4-settings (4.10.0-1 -> 4.10.0-2)
    [2012-05-03 07:24] upgraded xfdesktop (4.10.0-2 -> 4.10.0-3)
    [2012-05-03 18:21] upgraded libcanberra (0.28-3 -> 0.28-4)
    [2012-05-03 18:21] upgraded mercurial (2.1.2-1 -> 2.2-1)
    [2012-05-04 05:51] upgraded babl (0.1.6-1 -> 0.1.10-1)
    [2012-05-04 05:51] upgraded gtk3 (3.4.1-1 -> 3.4.2-2)
    [2012-05-04 05:52] upgraded ttf-freefont (20100919-2 -> 20120503-1)
    [2012-05-04 20:58] upgraded nss (3.13.4-1 -> 3.13.4-2)
    [2012-05-04 20:58] upgraded flashplugin (11.2.202.233-1 -> 11.2.202.235-1)
    [2012-05-04 20:58] upgraded xfce4-artwork (0.1.1a_git20110420-1 -> 0.1.1a_git20110420-2)
    [2012-05-05 10:57] upgraded attr (2.4.46-1 -> 2.4.46-2)
    [2012-05-05 10:57] upgraded acl (2.2.51-1 -> 2.2.51-2)
    [2012-05-05 10:57] upgraded zlib (1.2.6-1 -> 1.2.7-1)
    [2012-05-05 10:57] upgraded consolekit (0.4.6-2 -> 0.4.6-3)
    [2012-05-05 10:57] upgraded udev (182-1 -> 182-2)
    [2012-05-05 10:57] upgraded device-mapper (2.02.95-2 -> 2.02.95-4)
    [2012-05-05 10:57] upgraded filesystem (2012.2-4 -> 2012.2-5)
    [2012-05-05 10:57] upgraded gegl (0.1.8-2 -> 0.2.0-1)
    [2012-05-05 10:57] upgraded gimp (2.6.12-1 -> 2.8.0-1)
    [2012-05-05 10:57] upgraded gnome-keyring (3.4.1-1 -> 3.4.1-2)
    [2012-05-05 10:57] upgraded initscripts (2012.03.2-1 -> 2012.04.1-1)
    [2012-05-05 10:57] upgraded libcap (2.22-2 -> 2.22-3)
    [2012-05-05 10:57] upgraded libjpeg-turbo (1.2.0-1 -> 1.2.0-2)
    [2012-05-05 10:57] upgraded libwbclient (3.6.4-2 -> 3.6.5-1)
    [2012-05-05 10:57] upgraded linux-firmware (20120227-1 -> 20120227-2)
    [2012-05-05 10:57] upgraded lvm2 (2.02.95-2 -> 2.02.95-4)
    [2012-05-05 10:57] upgraded mdadm (3.2.3-2 -> 3.2.3-3)
    [2012-05-05 10:57] upgraded mercurial (2.2-1 -> 2.2.1-1)
    [2012-05-05 10:57] upgraded mkinitcpio (0.8.7-2 -> 0.8.8-1)
    [2012-05-05 10:57] upgraded pam (1.1.5-2 -> 1.1.5-3)
    [2012-05-05 10:57] upgraded smbclient (3.6.4-2 -> 3.6.5-1)
    [2012-05-05 10:57] upgraded sysfsutils (2.1.0-7 -> 2.1.0-8)
    [2012-05-05 10:57] upgraded usbmuxd (1.0.7-2 -> 1.0.7-3)
    [2012-05-05 10:57] upgraded v4l-utils (0.8.6-1 -> 0.8.8-1)
    [2012-05-05 10:57] upgraded xfsprogs (3.1.8-1 -> 3.1.8-2)
    [2012-05-06 10:05] upgraded initscripts (2012.04.1-1 -> 2012.05.1-1)
    [2012-05-06 10:05] upgraded unrar (4.1.4-2 -> 4.2.1-1)
    [2012-05-06 19:49] upgraded bash (4.2.024-2 -> 4.2.028-1)
    [2012-05-07 07:37] upgraded pygobject2-devel (2.28.6-5 -> 2.28.6-6)
    [2012-05-07 07:37] upgraded python2-gobject2 (2.28.6-5 -> 2.28.6-6)
    [2012-05-07 07:38] upgraded texlive-bin (2011.3-5 -> 2011.3-6)
    [2012-05-08 07:36] upgraded libpurple (2.10.3-2 -> 2.10.4-1)
    [2012-05-08 07:36] upgraded pidgin (2.10.3-2 -> 2.10.4-1)
    [2012-05-08 19:03] upgraded cifs-utils (5.3-2 -> 5.4-1)
    [2012-05-08 19:04] upgraded libmysqlclient (5.5.23-1 -> 5.5.24-1)
    [2012-05-08 19:04] upgraded ntfs-3g (2012.1.15-2 -> 2012.1.15-3)
    [2012-05-08 21:05] upgraded me-tv (1:1.3.6-1 -> 1:1.4.0.9-1)
    [2012-05-09 06:36] upgraded gcc-libs (4.7.0-5 -> 4.7.0-6)
    [2012-05-09 06:36] upgraded gcc (4.7.0-5 -> 4.7.0-6)
    [2012-05-09 06:36] upgraded gmp (5.0.4-1 -> 5.0.5-1)
    [2012-05-09 06:36] upgraded isl (0.09-1 -> 0.09-2)
    [2012-05-09 20:05] upgraded chromium (18.0.1025.168-1 -> 18.0.1025.168-2)
    [2012-05-09 20:05] upgraded glib2 (2.32.1-3 -> 2.32.2-2)
    [2012-05-09 20:05] upgraded linux (3.3.4-2 -> 3.3.5-1)
    [2012-05-09 20:05] upgraded qtcreator (2.4.1-1 -> 2.5.0-1)
    [2012-05-10 06:28] upgraded libcups (1.5.2-1 -> 1.5.2-2)
    [2012-05-10 06:28] upgraded cups (1.5.2-1 -> 1.5.2-2)
    [2012-05-10 06:28] upgraded ffmpeg (20120317-1 -> 20120509-1)
    [2012-05-12 09:12] upgraded libpulse (1.1-4 -> 2.0-1)
    [2012-05-12 09:12] upgraded libusb-compat (0.1.3-2 -> 0.1.4-1)
    [2012-05-12 09:12] upgraded mpfr (3.1.0.p7-1 -> 3.1.0.p10-1)
    [2012-05-12 09:12] upgraded openssl (1.0.1.b-1 -> 1.0.1.c-1)
    [2012-05-12 17:02] upgraded cairo (1.10.2-3 -> 1.12.2-1)
    [2012-05-12 17:02] upgraded kmod (8-1 -> 8-2)
    [2012-05-12 17:02] upgraded man-pages (3.39-1 -> 3.40-1)
    [2012-05-12 17:02] upgraded taglib (1.7.1-1 -> 1.7.2-1)
    [2012-05-12 17:02] upgraded xorg-server-common (1.12.1-1 -> 1.12.1-2)
    [2012-05-12 17:02] upgraded xorg-server (1.12.1-1 -> 1.12.1-2)
    [2012-05-12 20:52] upgraded libxi (1.6.0-1 -> 1.6.1-1)
    [2012-05-12 20:52] upgraded xfce4-genmon-plugin (3.3.1-2 -> 3.4.0-1)
    [2012-05-12 22:28] upgraded libvpx (1.0.0-1 -> 1.1.0-1)
    [2012-05-13 08:33] upgraded gtk3 (3.4.2-2 -> 3.4.3-1)
    [2012-05-13 08:37] upgraded libxi (1.6.1-1 -> 1.6.0-1)
    [2012-05-13 08:40] upgraded libxi (1.6.0-1 -> 1.6.1-1)
    [2012-05-13 09:40] upgraded cairo (1.12.2-1 -> 1.10.2-3)
    I suspected libxi first but a downgrade did not resolve the problem. So you may very well be correct by connecting this to the xserver. I'm using nouveau by the way.

  • Why are previews in Bridge blurry (not rendering properly)?

    Why are previews in Bridge blurry (not rendering properly)?
    I found a simple answer to this question: control click on the thumbnail and select "purge cache for selection"
    After years of intermittently having this problem, this solved the issue. I had just finished a fresh install of main sys hd (new hd) and first time opening bridge encountered this issue again after not having the problem for a few years.
    Hope this helps others.  

    Why are previews in Bridge blurry (not rendering properly)?
    I found a simple answer to this question: control click on the thumbnail and select "purge cache for selection"
    After years of intermittently having this problem, this solved the issue. I had just finished a fresh install of main sys hd (new hd) and first time opening bridge encountered this issue again after not having the problem for a few years.
    Hope this helps others.  

  • The drop-down menu is not rendered properly with iframe where a pdf is embedded

    I want to embed a pdf in a webpage, where the drop-down menu needs to be displayed on the top of the pdf. I am using iframe to embed the pdf.
    The drop-down menu is not properly rendered (border-radius and box-shadow) in Firefox at http://mysite1.webege.com/test.html.

    *[https://bugzilla.mozilla.org/show_bug.cgi?id=779435 bug 779435] - the drop-down menu is not rendered properly with iframe where a pdf is embedded
    It is usually best to attach a minimal test case to the bug report.<br />
    In that case the code doesn't get lost if the page is removed from the server.

  • Crystal report not rendering properly on Mozilla ?

    Hi,
    We are using VS2008,CR2008 on server 2012. In Chrome & IE CR working properly.
    But when I am using Mozilla with updated version not rendering properly.

    This is an old version of this issue that might give some insight:
    *[http://stackoverflow.com/questions/19768144/crystal-report-v10-5-toolbar-not-visible-on-firefox-but-visible-on-ie-and-chrome]
    also (but I am not sure what version you are using): " CR 10.5 is one of the versions that was not updated to support IIS7." from [http://www.experts-exchange.com/Database/Reporting/Crystal_Reports/Q_28350929.html]
    It might be ideal to ask a developer in stackoverflow.com or file a bug with webcompat.com for expert investigation for crystal reports. I am sorry I could not be more helpful.

Maybe you are looking for