Min-width for non-main-window

Yet another case where the developer's stupid idea of implementing a minimum window width causes a problem...
My work involves opening many separate browser windows, resizing them (sometimes quite small) and tiling them all over. This wasn't a problem (aside from firefox's well known and never-to-be-fixed massive memory leaks) until our IT decided to update to version 33 today (not certain what version we had previously but it was prior to the min-width fiasco was added). Now I can no longer make my many windows as small as they need to be.
I've found the userChrome.css "fix" - https://support.mozilla.org/en-US/questions/980033
This DOES work for the main window only, but does not allow for the resizing of my secondary windows. I don't know what kind of windows they are, the system we use has a button to press which detaches new windows for each product we must watch. They're popup windows of some kind, they have address bars, but nothing else that comes with the main window (e.g. search bar, home/stop/refresh/ect. buttons).
Is there a userChrome.css command I can use that will allow these popup windows to break firefox's stupid min-width setting like the main window? I've tried duplicating the main-window command substituting #window #new-window #popup-window and a few others all to no avail.

You can use the DOM Inspector to check what CSS rules are active in the pop-up window and use the !important flag to override the min-width with a lower value.
*DOM Inspector: https://addons.mozilla.org/firefox/addon/dom-inspector-6622/
*https://developer.mozilla.org/DOM_Inspector
*https://developer.mozilla.org/Introduction_to_DOM_Inspector

Similar Messages

  • I just updated to latest version, now sidebar (bookmarks, downloads) won't widen beyond a certain width, though the main window will. What should I do?

    The left right arrow toggle button works only so far going to the right, then the sidebar separates and doesn't expand any further. Any ideas how to get the toggle button to stay connected to both sidebar and main window??

    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * 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 the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    Please report back with your report.

  • Apple, when an update for none english windows users ?

    Apple knows about that problem for over 10 days now but nothing yet.
    I'm in Montreal and all none english windows users are unable to "unlock" their new ipod and get that USB cable and itune Icon display.
    Come on Apple, are you becoming as bad as the PC and windows world.!
    If you guys could post here which country and language you have problem with. Thanks.
    _*Canada, QC, French*_.

    Looks like people using none english windows experience the same problem when they try to config for the first time their Ipod touch. You're gonna be able to connect to your computer to load songs and movies but when come the time to disconnect your device, the Ipod is gonna display (even disconnected from your computer) a screen with an USB cable and an itune icon. The result is that you're gonna be unable to turn your Ipod really on and listening the content of it.
    People in Japan, germany, France, etc... had the same problem because of none english windows setup.
    Good luck... My Ipod still doesn't work.

  • Basic settings for the main window

    How do I set a frame fullscreen or minimize it? How can I replace the coffee cup logo in the upper left corner to something other? I have tried to search the API but have not found anything.

    I might help yout with the maximized state and the frame icon:
    ImageIcon i = new ImageIcon("c:/test.gif");
    JFrame f = new JFrame();
    f.setIconImage(i.getImage());
    f.setExtendedState(JFrame.MAXIMIZED_BOTH);To set the frame to "real" fullscreen (removing the title bar), set:
    JFrame.setDefaultLookAndFeelDecorated(false);I think, that some of these solutions require jdk 1.4.x

  • [SOLVED] Screen resolution selector for non-standard Window managers

    Hi.
    I just replaced the propietary Nvidia drivers with Nouveau. I usually use the console, and when in GUI, i used nvidia-tools to change screen resolution and dual monitors, which now is not possible, Gnome and KDE have its own tools to do that, but i am using fvwm, and dont know any X program that allows me to do this. I tought of using console and script, bit i'd rather prefer to have a name of some program that allows me to do that, and i could install in other computers.
    So, anyone knows any program that would allow me to change screen resolution, and maybe dual monitors in X, witout any Gnome or KDE dependencies?
    Thank you very much in advance
    Last edited by vladimir_1922 (2011-06-01 13:31:20)

    -auto answer-
    i did a yaourt -Ss xrandr, and found arandr, the graphical api of xrandr, which is exactly what i wanted. Anyway i would love if anyone knows more programs.

  • Script Main window Width Adjustment Problem

    Hi All,
    I'm working on an existing Z script. In that I cant able to change the width of the Main window. It shows in Display mode.
    Help me to solve this.
    Points assured.
    Regards,
    Viji.

    The probelm for this is you original language is different from the language which you key in in your script.
    To modify the main window, follow the below steps.
    1) Go to SE71, give your form name, Display. Goto Header details, administrative Data and find out the original language, Ex, DE.
    2) Go back to SE71, give form name and Language i.e., original language name identified in step 1 and click change. Now change your main window dimensions and adjust the width according to your requirment,save activate..now it will automatically reflects the changes for all languages.
    3) Go back to SE71, give form name and language, now you will see the main window width is adjusted.
    Close the thread once your question is answered.
    Regards,
    SaiRam

  • Page break for Smartform with multiple main window on pages

    Hi Experts,
    I have a requirement for printing 3 pages. The difference among the 3 pages is the main window part.
    The main window contains not only internal table, also complicated texts like payment instructions etc.
    The requirement is in each page, the data in internal table should be changed, also payment instruction should be changed accordingly.
    e.g:
    Main Window of Page 1
    Part 1 for Internal table
    VAT on ITEM ------- 4O-------60,00------0.00%-------EUR
    Part 2 for Payment Instructions
    Texts for Page 1
    Main Window of Page 2
    Part 1 for Internal table
    VAT on ITEM ------- 5O-------60,00------0.00%-------EUR
    Part 2 for Payment Instructions
    Texts for Page 2
    Main Window of Page 3
    Part 1 for Internal table
    VAT on ITEM ------- 6O-------60,00------0.00%-------EUR
    Part 2 for Payment Instructions
    Texts for Page 3
    At first, I was using only one page 'Page1' with a variable page_no = 1 as default value, and use program line page_no = page_no + 1 as counter. when page_no = 2, use command for force page break to 'Page1', then under the command, change the internal table and payment instruction texts. when page_no = 3, ...
    But I encountered an error saying:
    Runtime Errors         GEN_BRANCHOFFSET_LIMIT_REACHED
    Short text
         Jump distance is too large and cannot be generated.
    So I created 3 pages, with different main window M_window1, M_window2, M_window3 for each page. In page1, after printing the M_window1, page_no = 2, use command to go to page2, but page2 is never printed. I think this is because only one main window can exist in a smartform? but why smartform allows creating individual main window for different pages? what's the use of such main window?
    By the way, what's the use of command for force page break? only work for one main window in a smartform?
    Getting back to my requirement, I think I should still use one page and command for page break. I am trying to solve this.
    Thanks.
    Li Jun Da.

    Now I am using 3 pages: Page 1, Page 2, Page 3.
    Page 2, Page 3 are copies of Page 1 with main window renamed as second window: mw 2, mw 3.
    I also created 2 command nodes in main window of page 1: cmd 2, cmd 3.
    cmd 2 is for page break to Page 2, cmd 3 is for page break to Page 3.
    The second window mw 2, mw 3 in Page 2, Page 3 can be displayed.
    Even though, I still can't understand how main window of pages (not 1st page) can work.

  • Printing dynamic box in main window in scripts

    hi ,
    I want to print the dynamic box in main window of my script.
    Ex. Suppose the content of the main window is 5 lines so it should print box for 5 those lines only.

    Hi,
    Create a Main window with only 2 lines, Give a BOX command it will give u Border for entire Main window.
    /:BOX FRAME 10 TW
    For giving vertical lines Syntax is
    /:BOX XPOS 16 CH YPOS 0 LN WIDTH '0' CM HEIGHT 2 LN FRAME 10 TW
    It gives u a vertical line at 16 character. so for ur requirment add another command at another XPOS.
    Try this below just below ur ITEM ELEMENT which has the display fields.
    Main Window
    /E ITEM_A
    A,,,,&ITAB-ABC&,,&ITAB-XXX&,,&ITAB-CDE&,,&ITAB-GEF&
    /:BOX FRAME 10 TW
    /:BOX XPOS 16 CH YPOS 0 LN WIDTH '0' CM HEIGHT 2 LN FRAME 10 TW
    /:BOX XPOS 26 CH YPOS 0 LN WIDTH '0' CM HEIGHT 2 LN FRAME 10 TW
    /:BOX XPOS 36 CH YPOS 0 LN WIDTH '0' CM HEIGHT 2 LN FRAME 10 TW
    /:BOX XPOS 46 CH YPOS 0 LN WIDTH '0' CM HEIGHT 2 LN FRAME 10 TW
    Change XPOS according to ur requirement.
    Now add another main window to the same page with changing UPPER margin, U can add upto 99 Main windows in one page.
    So add upto ur Page is full.
    For headings
    Create a Variable window same as Main window, in place of fields, give descriptions.
    Make sure that u give BOX command below the field declaration, if u give above, for last record it will not print box.
    Regards
    Bala Krishna

  • SmartForms: Trigger NEXT page in a loop Not in MAIN Window?

    Thanks for all of your responses. I know understand that my list I am creating in my loop does not trigger to NEXT page because it is not in my MAIN Window.
    I am a little leary of moving this non MAIN window logic into my MAIN window, because I finally got everything looking pretty good, except for this issue. So, does anybody know of a way to trigger NEXT page to continue writing in a NON-MAIN window to a NEXT page?
    As I am writing this I am thinking that I may be able to put a command inside the non MAIN window to go to NEXT page?    Any suggestions, it must be possible somehow.
         Thank-You.

    hi
    see this
    [Sap help documentation for smartforms|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRSF/BCSRVSCRSF.pdf]
    check page number 84 of this.
    its written over there.
    Prerequistites:
    The page to which you want to branch must exist. you can branch to a new page only as long as you are still displaying the contents of a main window.

  • SAPscript layout -Repeating Main window in same page

    Hi,
    I have a requirement in sapscript layout to duplicate content within a page in two sections, of which the content can span across multiple pages.
    Can anyone give an idea how this can be achieved.
    This particular layout has 3 sections:
    1st window (Top window): invoice Details (multiple items)
    2nd window (Middle window): Check Details single item
    3rd window (Bottom window): invoice Details (multiple items) {same content of the 1st window}
    The invoice details can span across multiple pages.
    Main window alone works perfect with the requirement.
    I have attempted with a copy of a Main window for the 3rd window, and as it's specified it can only continue from the 1st main Window and i couldn't find a way to control it's value passing from the calling program.
    I have also tried using a dynamic window for the 3rd window, but haven't worked  to get the desired values shown across multiple pages. When it cross to a new page it repeats its last value across all pages.
    Please help me with this. Thanks in Advance.
    Regards,
    Viraj.

    The Standard layout only prints the invoice details once.
    If your existing layout prints invoice repeated, which means that already a customization is in place which repeats the invoice breakdown.
    If the items are being repeated in the main window, it could be that the repetition customization is done on the calling program, then a solution could be to remove/comment that call  in the calling program by searching text element name.
    If the items are being repeated from a non-main window, then a solution could be to remove/comment the entire element in the non-main window.
    hope this helps
    Best Regards,
    Viraj.

  • Truncating Data Output in SMARTFORM main window

    Hi,
    I have a requirement that i will only show 5 lines from a certain table in my smartforms, currently its required to be in the main table because of spacing issue and the possibility that there will be no data from the table.
    My problem is that even though my my table only contains 5 lines..it can/will display 6 or more lines because if the data does not fit the form in 1 page the smartform default will put it in the next line...
    for example in my table:
    1 ABCDE
    2 WWWWWWWWWWWWWWWWWWWWWWWW
    3 QWERTYUP
    4 ASDFG
    5 AQSWDEFR
    display:
    ABCDE
    WWWWWWWWWWWW
    WWWWWWWWWWWW
    QWERTYUP
    ASDFG
    AQSWDEFR -
    > this should have been truncated
    How will I know that i'm using 6 lines already.... or how can i use the width of my main window to know when to truncate the data

    Thanks Karthik D,
    Ive used that approach, i count the maximum number of char in my line using largest letter 'W' (its 85), so i create an internal table with 85 char each row, the problem that exist is that they said that i didnt maximize the whole space the window can handle.
    because when i display all W:
    WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
    WWWWWWWWWWWWWWWWWWWWWWW
    - it will use all spaces in 1st line before creating next
    but when i use letters like I:
    IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
    IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
    - it will have another line without maximizing the space in the 1st line...
    *could there be a possible FM that will determine the width i will cover using font style/ number of char....
    Thanks..
    Edited by: Alvin Rosales on Jun 1, 2009 10:22 AM

  • Mapping the data from main window to a popup

    Hi Everyone,
    Am an infant when it comes to UI5 development.
    i have been reading up as much as i can, but i need your help with a requirement analysis of mine.
    there is a main window of the UI5 screen, which has the details of a Service order.
    when the user clicks on a particular button(to create a sub service order), certain fields that are available in the main window should be automatically populated in the window that pops up.
    The UI fetches the data from an SAP r?3 backend system using  Odata protocols.
    Awaiting your valuable inputs.
    regards,
    Vamsi
    PS: am sure that this is a very basic question, it would be of gret help if any of you might share some links that will be useful for me.
    Appreciate your help very Much.

    Hi,
    You can bind multiple UI elements to the same property of the same model.
    Data Binding: Getting Started - User Interface Add-On for SAP NetWeaver - SAP Library
    If you want to reuse ui-elemnts I suggest you take a look at
    SAPUI5 SDK - Demo Kit
    Kind regards,
    RW

  • How do i get the components when a new window opens from the main window?

    In a given application, i am able to get the list of components for the main window. When an event happens in the main window, now a new window opens here how do i get the components for this newly opened window?

    getContentPane().getComponents() can be used, only if i know that new class name thats been poped up when the event happens to that main window....
    Is there anyway in runtime to know that new class name & fetch the event...

  • Smartform : Main window : Want to increase the size of main window

    Dear Sir,
    In my smartform my Main window is fixed after four windows(2 + 2) but only in first page.
    Now my requirement is there in second page i am only showing two windows out of four and in new vaccent space produced by two window i wanted to increase the height of window equal to 2 window in second page onwards.
    Please guide.
    With Rgds,
    Nirav Parekh

    You just need to change the UPPER and HEIGHT values for the MAIN window on the second and subsequent pages.  Presumably, you have a different page definition for these pages?  If that's not your question, then please re-phrase it.

  • First Record is repeated twice in main window of script

    Dear All,
    I am developing a Script form, which contains 3 windows Header,Main and Footer. My Problem is that in Main window
    the first record is repeated twice and the remaining all records
    are ok. I am unable to solve this issue of stopping the duplicate
    first record. Your response might be helpfull to me.
    Regards,

    I came across this prob today too.
    I did some digging, maybe it is something with the window type, this prob only occurs when the type of the window is continuious, and it is only possible for the main window to be set to the continuious type.
    The only way, as far as I know, is that you can put those your wanna print in a text element. And by doing so, the prob is gone. But, do pay attention to those are not continuious type windows, and remember that they are variable. The content of the windows like those, are only kept until the next write_form is called to repaint the window content and any content of the ex-window would vanish without a trace. And if you also put the content of the variable windows in a text element, there will be some format confusion getting in the way.
    That is all I got, But I still have no idea about the course.

Maybe you are looking for

  • A a:link has background image

    I have a bkg img in my nav and bottom nav. (navBkg.jpg) These navs are styled very specifically for the nav and bottom Nav in my css.  However all the a links are displaying this background, rather than just the nav and bottom Nav.  You can see it in

  • How to add a blank entr in dropdown list...??

    Hi all, I want to add a blank entry along with the datas into a drop down list for some purpose. Can anyone please sugeest how to do this task. Thanks in advance, Sekhar

  • How do I restore operating system in mavericks

    Having repaired my hard drive it looks as if I need to restore OS, but Mountain Lion was recently upgraded to Mavericks and disk utility only allows me to upgrade Lion and as Mavericks is installed I'm stuck in recovery mode - Help

  • Converting Email from Outlook (.pst) to Entourage (mbox)

    What's the best software that can be installed on a windows computer that will convert email from an outlook 2003 .pst file to an mbox file used in Microsoft Entourage 2008? I want one that is legitimate (genuine), free and can convert over 100 email

  • Imported CDs - poor quality

    I have had problems importing cds recently whereby during playback on my ipod classic(80g) the sound quality is really poor, crackly and unlistenable. I recently changed the import setting from AAC to AIFF because after downloading 10.1 I was unable