Scrolling doesn't work in KMail preview pane

When I scroll a message in KMail's preview pane it doesn't redraw properly, so I can't read the message without opening it in a window. This must have been caused by a recent update because it worked fine yesterday. I have the same problem scrolling the timeline in Kdenlive but I assumed it was just a bug in that program.

A restart fixed it.

Similar Messages

  • Mouse clicks, scrolling doesn't work in applications from start screen (let's call it "tile application")

    Hello!
    I need help.
    2 days ago the mouse worked fine. Yesterday I noticed that the mouse scroll does not work in the "Book Bazaar Reader". Now I found that the right mouse button and left mouse button does not work in some applications, but scrolling work in these applications.
    In mail application clicks work in some panels, scrolling doesn't work.
    In desktop mode, the mouse works perfectly.
    Please help!

    Hi
    Since at desktop mode everything fine, i suspected some application or 3rd party SW change your mouse setting
    Go to run, msconfig, run as administrator, within the System Configuration dialogue box find startup tab, find KHALMNPR (if you using logitec mouse) and uncheck it
    click ok and restart
    or try to do clean boot to eliminate 3rd party SW issue

  • Horizontal scrolling doesn't work with ItemsStackPanel in ListView(GridView)

    Hi,
    In Win 8.1 App Store Project I have a ListView with fixed width and listen for ContainerContentChanging event because of performance issues.
    When ListView width is less than content width, horizontal scrolling doesn't work. If we change ItemsStackPanel to VirtualizingStackPanel, horizontal scrolling works fine. But ContainerContentChanging doesn't work with VirtualizingStackPanel.
    Is it possible to make horizontal scrolling work with ItemsStackPanel?
    Here simple example to reproduce this problem:
    <Page
    x:Class="App8.MainPage"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:App8"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    mc:Ignorable="d">
    <Page.Resources>
    <DataTemplate x:Key="ContinuousViewItemTemplate">
    <Border Width="800"
    Background="Green"
    Margin="10"
    Padding="5">
    <Border x:Name="root" Height="800" Background="{Binding}"/>
    </Border>
    </DataTemplate>
    <Style x:Key="ListViewStyle1" TargetType="ListView">
    <Setter Property="ScrollViewer.HorizontalScrollBarVisibility" Value="Visible"/>
    <Setter Property="ScrollViewer.HorizontalScrollMode" Value="Enabled"/>
    <Setter Property="ItemTemplate" Value="{StaticResource ContinuousViewItemTemplate}"/>
    </Style>
    </Page.Resources>
    <Grid>
    <Grid.ColumnDefinitions>
    <ColumnDefinition Width="100"/>
    <ColumnDefinition Width="500"/>
    <ColumnDefinition/>
    <ColumnDefinition Width="500"/>
    <ColumnDefinition Width="100"/>
    </Grid.ColumnDefinitions>
    <ListView Style="{StaticResource ListViewStyle1}" Grid.Column="1">
    <SolidColorBrush Color="Red"/>
    <SolidColorBrush Color="Cyan"/>
    </ListView>
    <ListView Style="{StaticResource ListViewStyle1}" Grid.Column="3">
    <ListView.ItemsPanel>
    <ItemsPanelTemplate>
    <VirtualizingStackPanel/>
    </ItemsPanelTemplate>
    </ListView.ItemsPanel>
    <SolidColorBrush Color="Red"/>
    <SolidColorBrush Color="Cyan"/>
    </ListView>
    </Grid>
    </Page>

    Hi Mikhail Maksyuta,
    Welcome back!
    Yes, you are right! I have reproduced it on VS 2013 professional.
    I will report it as bug, Thanks for your valuable suggestions!
    If you have any other questions about this, please feel free let me know!
    Thanks again!
    Regards! 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Horizontal scroll doesn't work.

    I have recently updated to the Firefox 5. After update my A4Tech X6 mouse horizontal scroll doesn't work in Firefox, but at the same time it works fine in other applications. I had no such problems with scrolling in Firefox 3.6.*. Please help me.

    sticksen,
    I'm glad that it is user specific. Now I only know of one file you are going to need to remove to fix this problem, but keep in mind some basic setting in other programs are going to be rest by the removal of this file, you will just have to change them back when you run across them. Example in My Mail program I had to turn of the show thread feature again.
    Ok here is what you have to due in order to delete the file. First off close all running programs including (System Preferences) but excluding (Safari). you will be perfectly fine having it running. The file is a hidden file so you need to show the hidden files on your computer to do so open (Terminal) and type in exactly as follows:
    defaults write com.apple.finder AppleShowAllFiles TRUE
    Hit return and then follow it by typing:
    killall Finder
    Hit return finder will reset and all you hidden files with show, after which Open finder and go into (Your User Name)/(Library)/(Preferences) and find the file named (.GlobalPreferenes.plist) and Delete it. Don't do anything after you delete this file just log out. Now log back in open Terminal and type exactly as follows:
    defaults write com.apple.finder AppleShowAllFiles FALSE
    killall Finder
    Now test to see if you can scroll horizontally. And just for your comfort I did this myself after disabling the Horizontal scroll and it toggles it back on. (I have a white macbook not the new unibody macbook).
    Do note that Mac keeps all settings files in (.plist)s and by removing them in your user folder will not harm your computer or the stability of your mac. These files are there just to hold settings files so that your experience can be the most pleasing for you.
    Hope that helps.

  • I have a late 2006 iMac upgraded to lion, Quicktime doesn't work anymore. Preview won't show images, any ideas anyone?

    I have a late 2006 iMac upgraded to lion, Quicktime doesn't work anymore. Preview won't show images, any ideas anyone?

    You are correct....it will not work. Please carefully read Apple's Target Display Mode: Frequently Asked Questions (FAQ)

  • My ipod scroll doesn't work at all. how do i fix it? do i have to send it in? how much would that cost?

    My ipod nano 4th gen. scroll doesn't work at all. how do i fix it? do i have to send it in? and how much would it cost?

    So it connected wirelessly at the Apple store where you took it for service? What kind of wireless router are you using and have you updated the firmware for it?

  • The touchpad scroll doesn't work in visual studio?

    Hello,
    As I mentioned in the title, the touchpad scroll doesn't work or affect visual studio community. The scrolling works very well with other software but it doesn't with visual studio community. This same button worked with VS 2010, VS 2012 (It stopped sometimes
    but still functioning correctly most of the time), and stopped with 2013 versions. Why? 
    Take a look at the video to see the problem in action: http://youtu.be/Qt20pM6ZQAo
    Thank you for your comments!

    Scroll button on what? Are you using a mouse with a scroll wheel, or is this a laptop touch pad?
    If the latter, please read here:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/295553a2-80c0-4608-8b57-32c0422de3d4/visual-studio-2013-community-touchpad-scroll-doesnt-work?forum=visualstudiogeneral

  • T410, Scrolling doesn't work at all

    Brand new (less than 2 months old) T410, like I said scrolling doesn't work. I have messed around with the ultranav utility, updated the latest trackpoint drivers, etc, scrolling actually works in the ultranav util "test scroll" but nowhere else. this is trackpad and trackpoint scrolling , in every combination of settings. Any ideas?

    hey sez,
    could you uninstall the Ultranav software and then reinstall it again ?
    If doing this does not resolve it, then I suggest calling Tech support via the number listed in the link below
    http://www.lenovo.com/contact/us/en/
    WW Social Media
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    Follow @LenovoForums on Twitter!
    Have you checked out the Community Knowledgebase yet?!
    How to send a private message? --> Check out this article.

  • Two-finger scroll doesn't work in the "comments list" in Adobe Reader

    Adobe Reader XI version 11.0.07, Mac 10.9.3
    Two-finger scroll works great in the main pane.  However it doesn't work in the comments list area (View -> Comments -> Annotations).
    Dealing with 500+ annotations that I have to approve.  Not being able to scroll through them easily is frustrating.
    Any suggestions?
    Thanks!
    Tom

    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    On Sun, Jun 8, 2014 at 12:30 PM, YesThatTom <[email protected]>

  • Scrolling doesn't work in Triggers tab

    Version 1.2.1 32.13
    Click on a Table in LHS tree (table must have 1+ triggers)
    Choose Triggers tab
    Adjust the height of the lower pane such that scroll bars exist
    Try scrolling either with arrow keys or scroll wheel of mouse
    Scrolling (using mouse or keyboard) doesn't work for me. Can anyone else reproduce this?
    Note that I can scroll using the scroll bar.
    Steve

    Yes, there are various areas affected by this bug (also inside the other tabs from the table);
    What happens is they create a set of scrollbars inside another set (which is really a pane inside a pane, I suppose). Sometimes this creates really weird situations, where you have to scroll both sets to be able to get to the bottom for example.
    Can anyone from the team verify this is still bugged?
    Thanks,
    K.

  • Scrolling doesn't work on some applications

    I'm using the program Notepadd++ and I can't use the touchpad to scroll. I've connected a USB mouse, and scrolling works fine with that device. I've tried reinstalling the drivers, etc, and it still has the same problem. Scrolling also doesn't work when watching flash videos on Firefox. Once again, scrolling works just fine when using a USB mouse.
    Product name: HP Pavilion g6 Notebook PC
    Product number: B5R80UA#ABA
    This question was solved.
    View Solution.

    ih23, 
    After doing a little research, it seems like it is the programs are conflicting with the driver and you are not the only one to experience this.
    Here is what I found to fix the issue in Notepad++. Note that it requires editing registry, so depending on how comfortable you are with that or not, it is up to you if you want to try this fix or not. I would always recommend backing up the registry before changing anything.
    "It seems that whatever the Synaptics driver is doing to render the scrolling cursor is confusing Notepad++.
    If you go to HKLM\Software\Synaptics\SynTPEnh and add a new DWORD named UseScrollCursor with a value of 0, the scroll cursor won't appear and vertical scrolling will work in Notepad++."
    Best of luck!
    -Kyle
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • Two finger trackpad scroll doesn't work in Mac os 10.9

    I just upgraded to Mac OS 10.9 and noticed that the little arrow buttons on the bottom of the scroll bar is no longer there.  So I looked into other alternatives to scrolling windows up and down and found that the trackpad has the ability to do so using the two finger scroll feature.  This would be great, except mine doesn't work.  Other trackpad features work, but the scroll up and down does not.  Any ideas to get this to work?

    Use OnyX to clean your system and User cache files. It's free to download. Just click on the "Automation" tab, check the boxes and run it.
    Dave M.
    MacOSG Founder/Ambassador  An Apple User Group  iTunes: MacOSG Podcast
    Creator of 'Mac611 - Mobile Mac Support' (designed exclusively for an iPhone/iPod touch)

  • When my page is minimized to half my screen, the horizontal scrolling doesn't work.

    It had been working previously, but it just stopped. If I'm on a webpage and trying to scroll sideways with two fingers, it doesn't work. Vertical scrolling works fine.
    I'm on a Dell Inspiron, running Windows 7.

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    <b> To Enable SafeMode </b>
    *You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    *''Once you get the pop-up, just select "'Start in Safe Mode"''
    If it works in Safe Mode and in normal mode with all extensions (Tools > Add-ons > Extensions) disabled then try to find which extension is causing it by enabling one extension at a time until the problem reappears.
    Close and restart Firefox after each change via "Firefox > Exit" (Windows: Firefox/File > Exit; Mac: "Firefox > Quit Firefox"; Linux: "Firefox/File > Quit")
    * https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Artist scroll doesn't work on iphone 6

    Just got my new iphone 6.  In itunes the scroll function on the right of the screen doesn't work when searching by artist.
    Anyone else having this issue?

    See: iOS: Wi-Fi settings grayed out or dim - Apple Support
    If that doesn't fix it make an appointment at a Genius bar to get the phone replaced under warranty.

  • Auto-scrolling doesn't work when JFrame is not visible

    Hi, I have auto-scrolling implemented for my JTextPane that sits in JScrollPane - which lives in JInternalFrame. It works as excepted - as long as my application's JFrame is visible. When the JFrame becomes invisible, auto-scrolling simply doesn't work anymore.
    I've overcame this by scrolling down in "windowShown", but it's ugly because the user can visually see the scroll down when using this workaround (it jumps).
    I guess this is Swing's optimization, but I would really like to overcome it in someway. But it seems I'm not enough a swing hacker to do it.
    One thing to note is thtat, the auto-scrolling works fine when the JInternalFrame is NOT visible, but frame is.
    I've tried to override the isShowing-method of JInternalFrame, with no luck.
    Here's my scrolling method:
    public static void scrollDown(JScrollPane scroll) {
              JViewport port = scroll.getViewport();
              Rectangle rect = new Rectangle(0, port.getViewSize().height, 1, 1);
              port.scrollRectToVisible(rect);
              JScrollBar bar = scroll.getVerticalScrollBar();
              bar.setValue(bar.getMaximum() - bar.getModel().getExtent());
         }Anyone have ideas?

    At some point I had really hard time getting the auto-scrolling to work, as I got these weird little bumps after scrolling down.
    Adding scrollBar.setValue() seemed to 'just fix it'. It actually seems to be superfluous now.
    The scrolling is already wrapped in SwingUtilities.invokeLater() - in conjuction with printing text into the JTextPane and it works OK.
    I had some wrong info in the first post, the viewport actually does get scrolled down even when the JFrame is not visible. And by visible I mean JFrame.setVisible(false) - my application has a minimize-to-tray feature, which hides the JFrame.
    So I think the problem is 'just' a repainting problem. When the frame is shown, the previous scroll location is first displayed, and then a repaint is triggered that causes the 'jump down'.
    I'm not still sure how to fix it though.

Maybe you are looking for

  • Hi all, Got a doubt on Serialization..read on..quite interesting

    package package1; import java.io.*; public class Dog implements java.io.Serializable{ transient private Collar theCollar; //Not serialiazable private int dogSize; public Dog(Collar collar,int size){      theCollar=collar;      dogSize=size; public Co

  • Synced my iPad to my new iMac.  how do i get my apps from iTunes to launchpad?

    I got a new iMac and synched my iPad to iTunes on the mac.   how do i get my apps from iTunes to launchpad?

  • Error when using Smart View install link in Workspace

    Hi All, We recently decidely to use Smart View 11.1.2.5, instead of 11.1.2.1. In order to role out the file to our users we need to update the link in Workspace.  I did so, copying the new .exe and version.xml file to our server that houses workspace

  • Va01 MV45AFZZ include error

    Hi experts,          I have control ZRE order creation with reference. Already zre order created for  given reference no system will through error msg. i have thrown error msg , but after error msg Flow control: Entry SAPMV45B, R1,           RAUF is

  • Why i can not use f:param inside an html form?

    Hi Thank you for reading my post what is wrong with the following code ? <form action="https://www.3rdpartyWeb.com/CardServices/controller" method="GET" enctype="multipart/form-data"                        name="submissionform">     <f:param value="#