PS: Activity Allocation Screen Variant  Display Issue

I'm having a problem in SAP v5.0 when I create a screen variant for Trans KB21N (Activity Allocation).  The variant is available in the drop down list and works fine during the data entry session, however, when I press the 'Enter' key the system restores the screen variant back to the default variant. This is very disconcerting, am I missing something simple in the config?
Thanks,
Dave Flick
972-821-4211

I'm answering this post myself because SAP support gave me OSS note 913227 and this corrected the problem.
Thanks,
Dave Flick

Similar Messages

  • Ap screen id display issues

    When trying to update aps on my iphone4, the screen shows the incorrect login ID and therefore will not allow updating. When I go into settings, then store, the apple ID on the account is the correct one.  How can I change the ap screen display to show the correct apple ID?

    Hmm, weird. How long has it been happening? Did you change any of the settings? Maybe try resetting the PRAM or calibrating your monitor? You might want to make an appointment with the Genius Bar to get it checked out; recently my 3-month old MBP's screen went completely haywire and they had to replace the LCD.

  • Screen Variants disabled for FB50,FB60,FB70

    Hello All,
    The screen variants for FB50 FB60 FB70 disabled. These vairants can be selected as Edit --> Screen variant --> Select screen variant.
    When any user executes transaction he gets some field missing (table control setting set as basic settings) and when he try from the above option for the desired screen then also screen remains same. It doesn't change
    Previously it was not the case. previously when user executes these trasnaction screen was coming correctly.
    Many users facing this issue.
    If anyboday faced similer kind of issue then request you to please share your inputs.
    Thanks  & regards,
    Prashant

    Hi Prashant,
    Please refer to notes 546889 and 186961.
    if user is calling transaction FB*0 the first time no screen variant
    for items is selected. So in order to assign a user to a screen variant,
    the user has to switch the tree on (SHIFT+F1).
    In the folder 'Screen variants for items' the user has to choose your
    'default' variant by a double click. After clicking on the button
    'Refresh Tree' this screen variant is saved in the table TFBUF, which
    contains the personalizations for ENJOY transaction. This table is
    always read by starting transaction FB*0. Because of the user
    personalization with table TFBUF the SET/GET-Parameters SCRVAR & STV are
    not used in the FI-Enjoy transactions. It's the enjoy and personlization
    system design that always the last selected screen variant of the user
    is used by starting transaction FB*0 and not a default one.
    But I can suggest you a modification, for setting your default screen
    variant in FB*0 with the value of parameter SCRVAR until the user will
    chosse another screen variant in the tree. Furthermore this default
    variant is set if user is executing 'Reset screen variant' under
    EDIT -> Screen variant. You can find the program changes of this
    modification below:
    Because it is only possible to set standard for transaction variants and
    not for screen variants and due to user personalization goal of the
    enjoy transaction It cannot change this system behaviour during
    maintenance.
    Here is the program code for this modification:
    1.
    FORM posting_transaction_init.
    If variant transaction is active, get screen variant     "Note 421236
          CALL FUNCTION 'RS_HDSYS_GET_SC_VARIANT'              "Note 331997
               EXPORTING                                       "Note 331997
                    progname         = 'SAPLFSKB'              "Note 331997
                    dynpro           = '0100'                  "Note 331997
               IMPORTING                                       "Note 331997
                    scvariant        = g_scvariant             "Note 331997
               TABLES                                          "Note 331997
                    values_scvariant = tab_values_scvariant    "Note 331997
                    guixt_scripts    = tab_guixt_scripts.      "Note 331997
        ENDIF.                                                 "Note 421236
    *Modification Begin of insert
        IF acc_kontext-scvariant IS INITIAL and g_scvariant is initial.
          GET PARAMETER ID 'SCRVAR' FIELD G_SCVARIANT.
        endif.
    *Modification End of insert
        IF NOT g_scvariant IS INITIAL                           "Note430830
    2.
    FORM create_tree_treev_style_enj.
    data entry variants
    Only if screen variant not provided by transaction variant
    *Modification begin of deletion
    IF p_scvariant IS INITIAL.                               "Note 331997
    *Modification end of deletion
        PERFORM create_tree_ev TABLES p_node_table.    " Erfassungsvarianten
        PERFORM create_item_ev TABLES p_item_table.
    *Modification begin of deletion
    ENDIF.                                                   "Note 331997
    *Modification end of deletion
    assignment models
      PERFORM create_tree_km TABLES p_node_table.      "Kontierungsmuster
    3.
    MODULE tree OUTPUT.
    read screen variants
    Only if no screen variant provided by transaction var.   "Note 331997
    *Modification Begin of deletion
    IF g_scvariant IS INITIAL.                               "Note 331997
    *Modification end of deletion
        PERFORM get_screen_variants.
    *Modification Begin of deletion
    ENDIF.                                                   "Note 331997
    *Modification end of deletion
    read parked documents if required.
    I recommend you to check with your local consultants if this modification is suitable to your requirements.
    Kind Regards,
    Fernando Evangelista

  • Selection Screen Variant does not set Tab as active -

    Hi experts,
    I have a Z-report. The selection screen of this report has got 8 tabs and sub screens, for different type of reporting ( SO, PO, Invoice reporting etc).
    Now the issue is, if a user creates a variant for the report with one particular tab as active tab, while running with this variant, the report starts with default tab(Tab 1) as active tab. The filed values in the particular tab are getting populated correctly from the variant. But the current/active tab is not getting set from the Variant. (Or in other words, none of the hidden fields in the screen P_TAB1, P_TAB2, etc are getting populated with X when creating a variant)
    This issue started recently, and old variants (created long back) are pointing to the correct tab as expected. I have checked for the changes in the report. Unfortunately there is only one version(latest) available in the system.
    Any kind of help will be appreciated.
    Thanking you in anticipation.
    Deeps

    Hi,
    I was wondering if you ever solved your issue.  I am facing the same
    problem.  When choosing a variant, I would like the active tab to
    display the correct select-option fields.

  • Variable screen/variant screen authorization issue

    HI All,
    We have implemented standard Cost Center Overview Report(0SR_C02_Q0002) in BI 7.
    We have three selection fields:
    1.Company Code which is mandatory
    2.My controlling Area which is also mandatory
    3.Costcenter which is not mandatory
    The requirement we are facing over here is that in the Variable screen/variant screen when I enter a company code, then I need to display dynamically only those "My Controlling Area" values which are assigned to that particular company code and not all. In the same way after selecting the appropriate "My controlling area" value, I need to display only those cost centers in the cost center selection field which are assigned to the selected company code and My controlling area combination and not all.
    can anyone guide me on how to go about on this authorization issue at the variable screen itself.
    Please treat this issue/requirement on high priority.
    Appreciated in advance.
    Regards,
    raps.

    Hi,
    I think that an alternative to solve your concern could be using Web Application Designer (WAD).  In this respect, there are several design options, with different levels of complexity.
    As the simplest alternative, you could create a WAD including your query and three Dropdown Boxes: one for Company, a second for Controlling area and another for Cost center.  The four mentioned elements should be linked to the same dataprovider so, when you select a company, the options in the other two Dropdown boxes and the information in the query are updated.
    In order to enforce mandatory filter selection at Company and Controlling area level, you should set NO_REMOVE_FILTER='X' in both two Dropdown boxes, so that "All values" option -which would mean no filtering- is not offered.
    I hope this helps you.
    Regards,
    Maximiliano

  • I have an iphone 4s that is having display issues. If I turn the phone on, it vibrates to acknowledge it successfully turned on but the screen stays solid black. I can plug the phone into my computer and itunes will recognize the phone as well.

    I have an iphone 4s that is having display issues. If I turn the phone on, it vibrates to acknowledge it successfully turned on but the screen stays solid black. I can plug the phone into my computer and itunes will recognize the phone as well. However, itunes can not do anything with the phone because the phone is locked and I can not unlock the phone because the screen is black.
    >CURVEBALL!!!<
    The screen does work though! Through trial and error along side a little troubleshooting, I was able to figure out that the screen will cut on after the phone dies completely. The phone has to die completely with no battery power left. Then if I plug the phone into a charge and wait a while for it to charge, the phone will turn on like nothing was ever even wrong with it. I charge the phone up to like 30% and turn it off then bam the phone turns on but the screen is solid black again.
    I am currently in the process of waiting for the phone to die and when I turn the phone back on I am going to completely remove the auto-lock and lock code off of the phone for the time being.
    Any other suggestions? Please help!

    Sounds like the device was dropped at some point and damaged as a result.
    Take it to Apple for evaluation and a replacement.

  • Text Field is not displaying in MIRO , Screen Variant SHD0

    Hi,
    All Experts.
    In my client TEXT field is not there in MIRO T.code. I heard Screen Variant can be a good option for adding field in MIRO.
    Or is there any work around to bring TEXT ( SGTXT ) field in MIRO ?
    I gone through the already posted threads regarding this, unfortunately no any perfect solution found.
    Experts help will be great on this.
    Regards,
    Sharvari Joshi.

    Hi,
    Go to SHD0 and enter transaction code as MIRO
    Then in first tab "Standard variant", sub tab "Standard Variants", do F4 on the field "Name"
    You will get the list of the standard Variants for MIRO.
    Then select one of them and press enter. It the "Activate Match Stick" is enables, that means that standard variant is not activated yet. Similarily check for other standard variants of MIRO.
    If all the standard variant have "Activate Match Stick" enabled, then SAP MIRO should be showing SGTXT as a part of standard SAP.
    Regards,
    SDNer

  • Issue in Creating a screen variant for FV50 through SHD0

    Hi,
    I need to create a Screen variant for FV50 to hide the post button through the Transaction SHD0, It was working fine and the function keys BU and BS  i disabled in the variant, but the problem is when i disabled the Function keys from FV50 it is not allowing me to post the transaction in FBV0 also. I found that T code FV50 is using the program :SAPMF05A  and FBV0 is using : SAPMF05V.
    Is there any way to overcome the issue through the transaction SHD0 ?
    Regards
    San

    Hi,
    To Create  aVariant You can use Tcode : SHD0.
    Provide the tocde and clik on Screen variant and create...
    You can follow the below link as Reference ..
    Link:[http://help.sap.com/saphelp_nw04s/helpdata/en/67/232037ebf1cc09e10000009b38f889/content.htm]
    Hope it helps you.
    Thanks
    Arbind

  • Pixelated enlarged screen - display issues related to external hard drive

    Hi.  I had an external hard drive plugged into my macbook.  I have a second monitor hooked up.  My screen is pixelated and enlarged (I have to scroll to see the whole desktop).  The icons are rearranged and very blurry. Everything is blurry and enlarged.  My files will open, but they are all blurry as well.  When I noticed these display issues, I realized the mac was not detecting the hard drive that was plugged into the usb port. I  unplugged it and then a LOT of folders with the hard drive name appeared on the desktop and then disappeared.  I know I may have misstepped by unplugging it, but what can I do now?  I have rebooted, shut down, checked zoom and screen resolution settings, and unplugged the monitor.  It's the same when I uplug the second monitor and just view my desktop on the mac.  Any ideas? Thank you in advance!
    NJ

    There is a multitude of posts here addressing the dangers of using Mackeeper. But just look at this:
    https://discussions.apple.com/docs/DOC-3691
    While this particular problem may not have been caused by Mackeeper, I urge you to uninstall this piece of trash.
    http://help.mackeeper.zeobit.com/Manual/GettingStarted/UninstallingMacKeeper.htm l

  • I have a 17" Macbook pro with flickering red and cyan(blue) lines across the screen. The issue disappears temporarily when I tap on the computer, and the problem does not occur when I use external display or try to screen capture the problem.

    I purchased my Macbook (17") through a certified apple tecnition in August 2012, it was refurbished and the motherboard was completely replaced. I do a lot of photo editing, but I have been unable to do so because of the red vibrating lines that interrupt my screen. The issue disappears temporarily when I tap on the computer, and the problem does not occur when I use external display or try to screen capture the problem. I brought the computer back to the technition I purchased it from and he said that it was a problem with my fan, so I have two new fans but the issue is still occuring. He says he doesnt know whats wrong. Does anyone have any information on this issue?
    Here is an image of the issue
    http://www.flickr.com/photos/67839707@N08/8884847081/

    I recommend having your Mac serviced by someone competent. A force sufficient to "blow apart" the fans was clearly excessive and may have damaged the display cable, as well as any number of other problems.
    Dust is properly cleaned with a vacuum, preferably one designed for computer service, and they are not cheap.
    Compressed air should never be used. It just blows dust everywhere, often into places where it can no longer be removed.

  • To display the selection screen variant name in WAD report output.

    Hello experts,
    I have a requirement which is to display the selection screen variant description in the output of the WAD report.
    I managed halfway, by using the object "Information field", which displays all the values which are selected by the variant.
    Example:I have created a cost center report created using WAD, since I need some graphical displays..
    In the selection screen, I have the characteristic "cost center" as input field. I have created a variant " GM - IT" which will include few cost centers managed by GM. In the output, I want the dispaly to be "Cost center - GM IT". Currently it displays "Cost Center - a,b,c,d" as the values a,b,c,d are the values from the variant name "GM-IT"
    Please let me know if this required any java script. I am not familiar with java / html codes and any help would be much appreciated (and rewarded)
    Thanks in advance
    KS

    Hi,
    Try this.
    If you want to include your variables in your WAD means you have to choose "Force Variable Screen" option to be in enabled condition.
    TO enable this,in WAD select your Template(New Template1) click the WEBITEM , it'll shows all generic properties , here you can enable this "Force variable screen"
    Save and execute your WAD now you can get your variable screen.
    Thanks,
    JituK

  • Actual Activity allocation and Planned and actual activity comparison issue in Product Costing

    Friends,
    I have tried to explain the issue i am facing currently under Product Costing......
    1.Cost Component Structure
    10 – Material
    20 – Labour
    30 – Diesel
    40 – Electricity
    2.KP26 – Planned under Fixed Price
    Labour – 2.0 HR
    Diesel – 1.0 HR
    Electricity – 5.0 HR
    3. When I run CK11N system collecting correct rates for all activities (Costing Lot Size- 1)
    Like;
    1              E              LAB10    994310                  2.00        2.00        AED        1.0          HR Labour Cost New
    2              E              DIE20    994320                  5.00        5.00        AED        1.0          HR Diesel Cost New
    3              E              ELE30    994330                  1.00        1.00        AED        1.0          HR Electricity Cost
    4              M            1100000042                          5.00        0.00        AED        1              PC RAW MATERIAL BAKERY CONSUMED
    5              G            994201                                0.00        0.00        AED                        Depriciation Cost
    6              G            994202                                0.00        0.00        AED                        Sales & Distribution Cost
                                                                              13.00                    AED       
    4.When I do process order Cost analysis for the produced goods it shows me different figures as my
    BOM – RM is 1100000042 1 Quantity
    Routing – All activity time is 1 Hr
    40002                    RAW MATERIAL BAKERY CONSUMED          1005/1100000042            5.00
    40015                    COST OF GOODS MANUFACTURED              1005/4400000071            13.00-
    994310                  Labour Cost New                                              CBAKYPDDXB/LAB10      1.33
    994320                  Diesel Cost New                                              CBAKYPDDXB/DIE20      3.33
    994330                  Electricity Cost                                                CBAKYPDDXB/ELE30      0.67
                                                                                                                                              2.67- AED
    Note :- As per my understanding it should be
        Labour Cost New                                            2.00
                    Diesel Cost New                                              5.00
                    Electricity Cost                                                1.00
    5.Now after Process Order confirmation
    40002                    RAW MATERIAL BAKERY CONSUMED          1005/1100000042            5.00
    40015                    COST OF GOODS MANUFACTURED              1005/4400000071            00.00
    994310                  Labour Cost New                                              CBAKYPDDXB/LAB10      4.00
    994320                  Diesel Cost New                                              CBAKYPDDXB/DIE20      5.00
    994330                  Electricity Cost                                                CBAKYPDDXB/ELE30      2.00
                                                                                                                                              16.00
    6.For Month end actual Activity calculation and load the activaty actual rates on product
    I have configured the system in below manner
    1 Work center = Mapped to 1 Production Cost center
    Three Different Activities mapped to Secondary Cost Element with 43 Category
    For Electrictity Activity assesment from Primary to secondary 1 more cost element created with
          Category 42 Like; 994215-Electricity Cost All
    One Actual Assessment has been configured to allocate Electricity cost from Primary Cost element to
          Product/Order
    7.Assessment Cycle Details
    Controlling Area      1000 Controlling Area
    Cycle                ZELE01                  Status    Reviewed
    Start Date 01.01.2014  To  31.10.2014
    Text                  Elec. Cost Allocation to PROD
    IND- Interactive
    Assessment CEle       994215      Electricity Cost All
    Sender
    Cost Center    CBAKYDXBAD
    Cost Element 40204
    Receiver
    Cost Center    CBAKYPDDXB
    Tracing Factor
    Var.portion type – Actual Activity
    Selaction Criteria
    Activity Type - ELE30
    Receivers Tracing Factor
    Cost Ctr Factor per        100
    CBAKYPDDXB 100
    8.I have received the actuall electricity bill for 1100 AED and the same has accocated through KSU5
    After Cycle run when I follow below procedure
    KSS2 Actual cost splitting
    CBAKYPDDXB                    Production Dxb                LAB01                    183.33
    CBAKYPDDXB                    Production Dxb                DIE02                    183.33
    CBAKYPDDXB                    Production Dxb                ELE03                    183.33
    CBAKYPDDXB                    Production Dxb                DIE20                    183.33
    CBAKYPDDXB                    Production Dxb                ELE30                    183.33
    CBAKYPDDXB                    Production Dxb                LAB10                    183.35
                                                                                                                    1100.00
    Issue – System Split Electricity cost between all the activities assigned to Workcentres Cost Centre.
    But I want to post that cost only to ELE30 Activity and not for all
    When I RUN KSSI for actual Price determination system shows
    OTy        Object                                  Name                  AUn                Act Qty      Total price    Price (Fixed)              PUnit
    ATY        CBAKYPDDXB/DIE20        Production Dxb      HR                  5.0          366.66                  366.66                    10
    ATY        CBAKYPDDXB/ELE30        Production Dxb      HR                  2.0          916.65                  916.65                    10
    ATY        CBAKYPDDXB/LAB10        Production Dxb      HR                  2.0          916.75                916.75                    10
                                                                                                                                                          2200.06
    2200.06 is almost double than 1100.00 which is actual electricity cost and the same is actually determined for all the activities.
    After revaluation of the process order system posting below values
    40002                    RAW MATERIAL BAKERY CONSUMED          1005/1100000042                            5.00        5.00
    40015                    COST OF GOODS MANUFACTURED              1005/4400000071                            13.00-    13.00-
    994310                  Labour Cost New                                            CBAKYPDDXB/LAB10                      1.33        183.35
    994320                  Diesel Cost New                                              CBAKYPDDXB/DIE20                      3.33        183.33
    994330                  Electricity Cost                                                CBAKYPDDXB/ELE30                      0.67        183.33
                                                                                                                                                              2.67-      542.01
    Production Variance is posted as 542.01….
    I strongly believe there is some issue in configuration for activity allocation….
    Main issue is
    Point No. 4 – Different Figures in Process Order Cost Analysis
    Point No. 7 – Assessment cycle run
    Point No. 8 – KSS2 and KSII for Actual cost Allocation and Production variance…
    Friends… I have tried to explain maximum please help me to understand the concept or missing configuration/Process.
    Thanks
    Sagar Chinchkar

    Dear Rajneesh,
    I have made the changes as suggested....
    It seems now my Order Cost analysis and Product cost analysis are showing the same figures.
    I have also maintained cost center splitting structure for ELE30 Activity allocation.
    Structure Z1
    Splitting structure for AT
    Assignment 10
    Electricity Cost
    100
    Allocation for ELE
    Cost Element
    994215
    Activity Type
    ELE30
    Splitting Rule
    100
    Allocation for ELE
    12
    Activity quantity
    Version 0
    In my case actual activity confirmed is 3.1 for 2 orders in period 5
    Order 1 - QTY 2
    Order 2 - QTY 1.1
    Total actual Electricity exp is 1150 in period 5
    followed procedure to post actual activity on product is mentioned below
    KSS2 Actual cost splitting - Result as expected 1150 for ELE30
    KSII Actual price determination - Result as expected 3.1 actual confirmed QTY for ELE30 with actual price
           QTY 3.1         Tot Price 3,709.68        Planned(FIX) 3,709.68     Per Units 10
           (System is doing 1150/3.1*10=3709.68)
        3.CON2 Actual revaluation of orders
          Here while reevaluating the Process Orders system calculation is different
    Order 1 - QTY 2 -   558.00
    Order 2 - QTY 1.1 - 407.56
    Total -                    965.57
         4. After CON2 system is changing the value of other activities like
         LAB10 - Actual confirmed Value 10  to 0 
         DIE20 - Actual  confirmed Value 10  to 0
    Which should not be the case....
                                                                                                                  PL     Act     Var
    40002
    RAW MATERIAL BAKERY CONSUMED
    1005/1100000042
    10.00
    15.00
    50.00
    40015
    COST OF GOODS MANUFACTURED
    1005/4400000074
    26.00-
    26.00-
    994201
    Depriciation Cost
    WMBDDEP01
    1.00
    0.00
    100.00-
    994202
    Sales & Distribution Cost
    WMBDS&A01
    1.00
    0.00
    100.00-
    994310
    Labour Cost New
    CBAKYPDDXB/LAB10
    4.00
    0.00
    100.00-
    994320
    Diesel Cost New
    CBAKYPDDXB/DIE20
    10.00
    0.00
    100.00-
    994330
    Electricity Cost
    CBAKYPDDXB/ELE30
    2.00
    408.06
    20,303.00
    If we want to just post Electricity cost based on actual Electricity expenses and Labor and Diesel are based on planned activity rates.
    What setting is required in current system.....
    Million thanks in advance....
    Regards
    Sagar Chinchkar

  • Screen display issue with InDesign CS4 (Windows)

    I just upgraded from CS2 to CS4. I can open and use InDesign with no problems, until I try to switch to another application. Then, when I try to go back to InDesign, all I can see is the portion of the bar at the top of the screen that shows the link to Bridge, the view options and a bit of the outline of a palette or two. I have a two monitor setup. Most of the palettes are on the auxillary monitor and they show up just fine. The main display is where I'm having the issue. I can toggle in and out of Photoshop with no display issues. I haven't tried working with anything else from the CS4 package besides InD and Photoshop. This was not an issue with any CS2 product (Dreamweaver, Fireworks, InDesign, Photoshop, Flash). Nor has it been an issue with any of the other software I am running (so far).
    When the display vanishes, I can see the "data" from the program I was trying to toggle out of. For example, if I try to toggle between this page and InD right now, I can see most of this page except for the part of the page obscured by the outline of the control palette (that one reminiscent of pagemaker) and the little bits at the top. I can't see the project I'm working on. I can't see the File/Edit/etc. bar at the top of the page. A Control/Shift/Save will lock up the program completely. Then, I see the "save as" menu box (in addition to the browser screen around it) but the program is locked up. I can close everything on the computer and reboot and open InDesign to resume work--that is until I need to do something like edit a photo to drop into a layout. Then the issue occurs all over again.
    Windows machine; XP Pro, service pack 3 build 2600; NVidea GeForce 9600 GT graphics card.

    Bob, thanks for the info about the 6.0.2 patch. I'll try grabbing that today. This morning, on the first boot, I can't even see the program when I open it--just the snip of the command palette and part of the very top bar. Very irritating.
    Peter, I have tried maximizing, closing, reopening, etc. everything else I can think of. Same issue. I finally just bit the bullet and went back to CS2, rebuilding the current project so I can get the work done by deadline. I'll look for new video drivers this afternoon after I get back on track timewise on this newsletter. Weird that this display issue should just affect the one Adobe program though, and not the others if it is a video driver problem. I didn't do a lot of work in Dreamweaver--just enough to see if it displayed the same weird behaviour. Nope. Nor does Photoshop. Nor does Bridge. Nor does Acrobat. nor does any other software on the machine.

  • Transport a display variant ( screen variant )

    Hi,
    I have copied a standard display variant (screen variant to choose the fields on output) to Z variant with some more fields added into it.
    I need to tranport this Zvariant to the production system
    Can any one help to how do i insert this variant into the tranport.
    thanks
    Sandhya

    the program RSTRANSP is to be run for transportin variants.
    plz chk this link:
    Re: Transporting Screen variants

  • Display issue with vertical windows start menu and dual screen

    Hello everyone
    I never reported it and I didn't find any information on google or mozilla support about this so here it is :
    I am on windows 7 and I set up my windows start menu vertically. I also have 2 screens. These both points are important. If I put the start menu horizontally I do not have the issue anymore, and If I turn off one screen to have the display only on one screen, I do not have the issue anymore, which is a rare setup I guess so it could explain why this bug has never been detected.
    HERE IS THE ISSUE
    I have display issues on website with a big width, even the default add-ons Manager firefox page doesn't display correctly. Here is a screen shot:
    http://img15.hostingpics.net/pics/368172bugFirefoxDisplay.png
    So as you can see the disable and remove button on the right are not displayed, and at the bottom there isn't any scroll bar to scroll ! So I have no way to display the information on the right of the page, and it happens on a lot of other website (gmail, etc)
    It is not such a big issue because my start menu is on my left screen and I can move firefox on the right screen to have a correct display.
    I still think this is worth reporting this bug. I hope it is clear, feel free to ask questions if you didn't understand.

    You can try to disable hardware acceleration in Firefox (you need to close and restart Firefox).
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *https://support.mozilla.org/kb/upgrade-graphics-drivers-use-hardware-acceleration

Maybe you are looking for

  • I just loaded iTunes 10.5 on my new windows 7 and cannot connect to the store

    It sees my phone, syncs, shows my tunes, but I get a blank screen when I try to connect to the store or the help page. When I click on "View My Account" from the Store tab, I get my account info, but only as a text list - no graphics. I ran diagnosti

  • Best Way To transfer screen elements to ABAP variables

    Hi all, whats the best way to attach the abap elements to screen elements normally earlier versions before 4.7C i always used TABLES : MARC in abap program and in screen design i used to click "GET from DICTIONARY" to design the screen in Screen pain

  • WebDav Very Slow on Windows 7 Pro

    Environment: Hosted SharePoint 2010 Two laptops on a Windows Domain: 1) Windows 7 Pro 32-bit & IE11 and 2) Windows 7 Pro 64-bit & IE11. Problem: WebDAV is VERY slow on Windows 7 only. When using WebDAV on Windows 8 or using the web portal (browser), 

  • Syntax error in function call through EF6

    I'm trying to call a function from an EF6 query but it seems the compiled statement has a syntax error and the DBMS bails out with "ORA-00933: SQL-Befehl wurde nicht korrekt beendet" (SQL statement ends with an inappropriate clause). As far as I unde

  • Does the 80% discount for student/teacher extended CS6 still stand?

    On the buying page it says $399. How do I get the $199 price or is it over and is not updated?