Scroll bar within e-mails

Dear all,
I'm working with e-mail activities in SAP CRM 7.1.3. Can anybody help with the problem described below?
Within e-mail activity screen, the section related to body has a certain height and in case a long e-mail is written, a scroll bar is used for readying the e-mail content.
Let's assume we are reading the all e-mail, scrolling down the bar, and then we decide to update a business partner in the activity header, based on info described in the body (e.g. in the signature). By standard, as soon as we click on F4 help for field contact person in the header (i.e. to trigger the popup for partner search), the system automatically resets the scrollbar in the body to the top, therefore we have no longer visibility on the bottom part of the e-mail (also considering the fact that until the popup is open, we can't scroll down anymore).
I'd like to adjust the code in order to prevent such automatic scrolling up of the bar, but I've not been able to identify the point of intervention, yet.
Does anyboby have experience with this?
I'll reward points in case you can help!
Thanks and Regards,
Andrea Ricci

Go to System Preferences > General and choose to always show it:

Similar Messages

  • How to add a scroll bar within a view window ?I want to display x and y axis outside the scoll window and keep those axis static and move the graph within scroll area

    how to add a scroll bar within a view window ?I want to display x and y axis outside the scoll window and keep those axis static and move the graph within scroll area
    ananya

    Hey Ananya,
    I believe what you want to do is possible, but it will not be
    easy.  If you want to add a scroll bar that will scroll the graph
    back and forth but keep the axis set, you would want to add a
    horizontal or vertical scrollbar.  Then you would create an event
    handler for the scroll event.  You would have to manually plot
    different data within this scroll event.  Unfortunately, there is
    not really a built in way to do this with the Measurement Studio plot
    control.
    Thanks,
    Pat P.
    Software Engineer
    National Instruments

  • How to add scroll bar within af:showDetail

    I have added a af:panelGroupLayout to af:showDetail, and set the "layout" property of the panel group layout out to "scroll". However, the scroll bar still does not show up within af:showDetail. If I set the height for the panel group layout within af:showDetail, then the scroll bar shows. But then it will not stretch vertically upon stretching the dialog vertically. Is it possible to add scroll bar within af:showDetail?
    Here's a sample code which I tried -
    <*af:panelStretchLayout* id="psl1">
    <f:facet name="center">
    <*af:showDetail* disclosed="false" id="sd1" disclosedText="Metadata"
    undisclosedText="Metadata">
    <*af:panelGroupLayout* id="pgl2"
    inlineStyle="background-color:White;"
    layout="*scroll*">
    </panelGroupLayout>
    </af:showDetail>
    </f:facet>
    </af:panelStretchLayout>

    Yes, you can try panelStretchLayout as well.
    Copy following fragment into an empty <af:document> to see the difference.
    <af:form id="f1">
    <af:showDetail disclosed="true" id="sd1">
    <af:panelStretchLayout id="psl1">
    <f:facet name="bottom"/>
    <f:facet name="center">
    <af:panelGroupLayout id="pgl1" layout="scroll">
    <af:outputFormatted value="outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>"
    id="of1"/>
    </af:panelGroupLayout>
    </f:facet>
    <f:facet name="start"/>
    <f:facet name="end"/>
    <f:facet name="top"/>
    </af:panelStretchLayout>
    </af:showDetail>
    <af:showDetail disclosed="true" id="sd2">
    <af:panelGroupLayout id="pgl2" layout="scroll">
    <af:outputFormatted value="outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>"
    id="of2"/>
    </af:panelGroupLayout>
    </af:showDetail>
    </af:form>
    Enjoy ADF...
    Todd

  • Scroll bar within table

    I have a table within my webpage and I'd like to place
    scrolling text within the diminsions of this table. I see it all
    over the web but I can't find any easy way to do it in Dreamweaver.
    I check the tutorials but I must be missing something. Anyone able
    to direct me to a tutorial? Thanks.

    Hi -
    Here is an article aimed at this subject:
    http://www.avenuedesigners.com/blog/articles.php?ref=20
    You can place the bit of code explained in the article inside
    a table cell
    if you wish. <div>'s CAN be nested inside tables, BTW.
    HTH, take care.
    Shane H
    [email protected]
    http://www.avenuedesigners.com
    =============================================
    Proud GAWDS Member
    http://www.gawds.org/showmember.php?memberid=1495
    Delivering accessible websites to all ...
    =============================================
    "lisamaenot" <[email protected]> wrote in
    message
    news:e6u4v1$7t9$[email protected]..
    >I have a table within my webpage and I'd like to place
    scrolling text
    >within
    > the diminsions of this table. I see it all over the web
    but I can't find
    > any
    > easy way to do it in Dreamweaver. I check the tutorials
    but I must be
    > missing
    > something. Anyone able to direct me to a tutorial?
    Thanks.
    >

  • Where's the right-hand scroll bar (for e-mails, facebook posts) with MavericksOSX10.9.4?

    How can I scroll down with Mavericks OSX10.9.4? The right-hand scroll bar is missing.

    Go to System Preferences > General and choose to always show it:

  • Scroll bars within tables in dreamweaver cs4

    please assist am trying to create scroll bars for content to be placed inside a table, the content i have is to long for page lenght, am using dreamweaver CS4

    omedia.co.za wrote:
    hi, osgood, thank for reply, i am novice and sorry but i still am not clear on what you mean, could you please explain in detail how to go about doing these scroll bars, greatly apprciate your time. :-/
    Hummm........ not sure how much clearer I can explain it to be honest.
    In your page where you need the scroll area to appear insert your mouse cursor.
    Then switch to code view. You should see your cursor flashing between two <td> | </td> tags, (the table cell)
    Where the cursor is flashing type in:
    <div id="scroller"></div>
    Then insert all the content that you need to scroll into the 'scroller' <div>
    <div id="scroller">Your scrolling content to be inserted here</div>
    Next copy the css below and paste it into the head section of your page directly before the closing </head> tag near the top of our page.
    <style type="text/css">
    #scroller {
    width: 300px;
    height: 200px;
    overflow: auto;
    </style>
    Change the width and height to whatever suits your needs.

  • Looking to create a scroll bar within a section of a webpage

    I think the best example of this is in the iTunes store i.e. you have a section of say, music, and you scroll left to right to see more.
    I'd appreciate any help with this, whether it be the proper coding techniques or pointing me in the right direction.
    Thanks!

    Muse does not currently provide this functionality, so it will require a bit of hand coding.
    You may want to take a look at this thread:
    http://forums.adobe.com/message/4819276#4819276
    Best of luck,
    Julia

  • Problems with using scroll bar within some internet pages

    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

    Try Onyx for Leopard: http://www.apple.com/downloads/macosx/systemdiskutilities/onyx.html
    Run the maintenance and cleaning scripts and reboot.
    Carolyn

  • PCUI HTML viewer Scroll bar

    Hi,
    We have a custom HTML viewer as one of the tab in PCUI application.It conntains a vertical scrollbar within it. That means while accessing the page we have two scroll bar one is browser scroll bar and another is within the tab.We don't want the scroll bar within the tab.
    If we check standard html viewer tabs ( configuration tab in orders, Questionaire tab) inside scroll bar is not present.
    How can we remove the additional scroll bar.
    Thanks in advance,
    Abdul Raheem S

    Sorry for bringing up this old topic.. but I did not find any other solution in the forums for my problem:
    Currently we are using the PCUI HTML viewer to display a seperate BSP Application on a tab page. Everything works perfect, exccept the fact that I always get the user authentication pop-up when accessing the tab where the html viewer is embedded. Strange thing is, that we are using SSO. If the user logon fails I get an error page, but after that when selecting the tab again the bsp application is displayed correctly without authentication.
    Has anyone experienced the same behaviour ? Did i miss something to implement in the BSP ?
    Thanks for the help !
    Rgds,
    Axel

  • I'd like an alphabet scroll-bar for my folders in Mail. Will this be added anytime soon?

    I've been using Mail for years and find it convenient for use across all devices, off-and online. I really like that I can place a rule so that each email will automatically be delivered into individual folders. This makes it easy to organize my emails for search purposes, and to keep a clean and relevant Inbox. Sometimes, depending on my internet connection....it can sometimes cease at home and my desktop will be in sleep mode, and my emails won't be automatically ruled into their appropriate folders. This is ok, because I just manually file them. However, I have many folders. It would be an added bonus if there is an alphabet scroll-bar in the folders source list to the left of the Mail app. screen.
    It appears that so much time and energy has gone into renovating the Mail application throughout the years, and the clean design and ease of use is noticeable and appreciated. I feel they would be complemented by the scroll-bar.
    I'm just wondering if Apple has this in mind for any new updates to Mail?
    Thanks!

    Apple doesn’t routinely monitor the discussions.
    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback

  • I updated to Maverick and now my scroll bars on mail, safari and all apps doesn't work correctly. Also, can I hang back to the old mail from 10.6.8?

    I updated from 10.6.8 to Maverick 10.9.2 and all of my apps scroll bars do not work correctly as in mail, safari, etc... Anything that can be done? Also, the mail interface is completely different from 10.6.8...is there a way to change back to the look of 10.6.8 or???  Did i make a mistake by updating to Maverick?  Help please!

    Scroll bars:
    Scroll direction:
    Mail:
    ..is there a way to change back to the look of 10.6.8
    OS X Mavericks: Revert to a previous OS X version

  • Scroll bar do not appear in mail

    Scroll bar do not show on my  Mac book air ??

    Do you know by any chance if I can revert to Mail 4.5 from Lion's version ?

  • Mac MIni has no scroll bar in Mail function with Maverick

    Out of the box mac mini has no scroll bar in Mail funtion

    have you looked:
    Re: Can't Scroll In Mail after Mavericks update

  • How can I get extra scroll bars in Firefox to read Yahoo mail on a small screen, the way Explorer has?

    When I read my Yahoo emails on my little Asus eee pc, I have to use Explorer because it has extra scroll bars that allow me to scroll back and forth to see things that there is no room for on the screen. Firefox doesn't have these scroll bars.

    Hi ncleeno,
    I understand that on a small screen you would like to know how to add scrollbars to the page so that you can read parts of the email that are not on the screen.
    I have not tried this myself, but I think in about:config: In order to change your Firefox Configuration please do the following steps :
    # In the [[Location bar autocomplete|Location bar]], type '''about:config''' and press '''Enter'''. The about:config "''This might void your warranty!''" warning page may appear.
    # Click '''I'll be careful, I promise!''' to continue to the about:config page.
    # Search for scrollbar and I believe layout.testing.overlay-scrollbars.always-visible set to true would put these on.
    dom. disable_window_open_feature.scrollbars is the one that is set to false by default as well that prevents the scrollbars on a popup from being disabled. i am not sure if viewing Yahoo mail is a popup. I do not use it, but I will assume its not.
    Did this help?

  • The messages scroll bar in Yahoo business mail is missing

    The scroll bar on the list of messages in Yahoo Business mail is missing.
    It is there in Chrome.

    Hi Indira,
         we have similar problems with vertical scroll bar is missing for few transactions when we use SAP Gui for HTML , our enviroments recently upgraded ,we created customer message and they replied back saying Next Support Package(of ITS 700)will have fix for this problem,
    but did not mentioned about estimated dates on that.
    Thanks
    suneel.

Maybe you are looking for

  • Can automator turn thousands of samples into Apple Loops? (VSL rep/runs)

    Hello everyone, First off, I'm familiar with how to build my own apple loops and find them to be VERY useful, especially in the application I'm about to describe. However, I find it quite tedious to build them manually, especially when dealing with t

  • Why is my iCal on iCloud different to the one on my iMac?

    The iMac does not sync with iCloud, although I have set up my account. I might have done this wrong! Mail is working fine. I get mail on the iMac and on my new iPhone 4s, although I only seem to get messages in my Inbox, and can't see messages in my

  • Kind of loop in sql? Any alternative?

    Hi, We have the following table create table orders order_id NUMBER(10), vehicle_id NUMEBR(10), customer_id NUMBER(10), data VARCHAR(10) order_id, customer_id and vehicle_id are indexed. In this table are stored multiple orders for multiple vehicles.

  • Cannot find the downloads file icon in the dock

    How do I get the downloads file icon into the dock? I can only access it by going into the Finder.

  • Process exists hangs

    Somewhere along the line of the past few months I installed an update (from Apple?) that broke applescripts on my mac (10.5.8). As far as I can tell it's limited to scripts that determine if a process name is running. For scripts that I have written,