Bug: Default Panel width on Photoshop CS5 12.0.2 (all CS5 products?)

Hi!
It seems, the Photoshop CS5 12.0.2 update sets the default panel's width to 10 px on Mac.
When I clean install the panel on new Photoshop it first opens like a thin line about 10 px width
and about 300px height. It looks very strange and some people cannot scale it back with ease.
(On Windows the 132px problem persists (bug #9 from here) even after update - panel cannot be scaled less than
132px)
Thanks
Update: This behaviour is also confirmed on Illustrator CS5, so I guess it's a wider thing connected to the latest update of some CS5 component.

OK, I found the source of this bug.
minWidth. When you set minWidth on CSXSWindowedApplication with the latest updates to CS5, the suite will strangerly resize your panel to this minWidth whenever you try to set this.width. I will post it to the list of bugs.
The test case is very simple:
<csxs:CSXSWindowedApplication minWidth="10" applicationComplete="on_creation_complete()"  xmlns:csxs="com.adobe.csxs.core.*" xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" historyManagementEnabled="false">
    <mx:Script>
        <![CDATA[
             private function on_creation_complete(): void
                // the following line will scale the panel to its minWidth value instead of 500
                this.width = 500;
                this.height = 500;
        ]]>
    </mx:Script>
    <mx:VBox height="100%" width="100%" verticalAlign="middle" horizontalAlign="center">
    </mx:VBox>
</csxs:CSXSWindowedApplication>

Similar Messages

  • Bug: Panel widths not sticking?

    This may be a bug, but I haven't come across any other messages mentioning the problem.
    The panel widths don't seem to stick between sessions. For example, I open Lightroom, switch to the Develop module, then drag the panel width to the left to make it wider. So far so good, and the new, wider width sticks for that session even after switching between other modules.
    However, if I close then reopen Lightroom and go to the Develop module, my previous width "flashes" briefly then goes back to the default narrower width.
    I'm using Lightroom 1.0 on a P4 3GHz, 2GB RAM, and XP Home.

    That would be Ilver, if its Canines are longggg....
    Don
    Don Ricklin, MacBook 1.83Ghz Duo 2 Core running 10.4.9 & Win XP, Pentax *ist D
    http://donricklin.blogspot.com/

  • Download Error - Contact customer support. Indesign wont load application have gone from the control panel. CS photoshop loads and wants a serial number - and my serial number dosent work?

    Download Error - Contact customer support. Indesign wont load application have gone from the control panel. CS photoshop loads and wants a serial number - and my serial number dosent work?

    Hello Bradley,
    sometimes the "opm.db file" is the culprit. In this case you should delete it.
    But as much as I regret it and as strange as it may seem I fear it's a challenge for Adobe's Creative Cloud Cleaner Tool.
    Sometimes - for whatever reasons - CC doesn't "want" to work. In this case you should CC completely delete and reinstall by help of Adobe Creative Cloud Cleaner Tool. (A try to uninstall by own resources is not enough!)
    I quote: ... helps resolve installation problems for Adobe Creative Cloud and Adobe Creative Suite (CS3-CS6) applications. The tool removes installation records for prerelease installations of Creative Cloud or Creative Suite applications. It does not affect existing installations of previous versions of Creative Cloud or Creative Suite applications.
    Please use: http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html   and follow the prescribed sequence of operations
    If necessary and for further questions click through http://helpx.adobe.com/contact.html or http://helpx.adobe.com/de/contact.html and if "open" please use chat, I had the best experiences.
    Good luck!
    Hans-Günter

  • Accordion Default Panel Based on Date

    I created an accordion panel with a Spry dataset consisting of elements relating to an event schedule. By default, I have all content panels closed, but I would like to set the default content panel based on an event's date.
    So, if the first event is on September 7, I would like the content panel open for the September 7 event (through the end of that day). On September 8th, I would like the next event's content panel open through that date and so on.
    It looks like I'll need to set a javascript date conditional, then loop through the dataset with "addObserver" and have it set the default panel through scripting in the widget javascript.
    Anyone have specific insight on how to accomplish this?
    Much Thanks,
    Colin
    Here's my basic code:
                                    <div style="width:622px" id="Acc1" class="Accordion" tabindex="0">
                                        <div spry:repeat="ds1" class="AccordionPanel">
                                        <div class="AccordionPanelTab" >
                                            <div class="rowsched" spry:even="schedeven" spry:odd="schedodd" spry:hover="schedhover">
                                            <ul style="display:inline;padding-left:4px">
                                                <li class="rositem" style="left:13px"><span spry:content="{Date}"></span></li>
                                                <li class="rositem" style="left:155px"><span spry:content="{Opponent}"></span></div> </li>
                                                <li class="rositem" style="left:310px"><span spry:content="{Location}"></span></li>
                                                <li class="rositem" style="left:455px"><span spry:content="{TV}"></span></li>
                                                <li class="rositem" style="left:555px"><span spry:content="{Time}{result}"></span></li>
                                              </ul>
                                        </div>
                                        </div>
                                        <div class="AccordionPanelContent">
                                            <div style="color:#000000"><img src="{icon}" alt="{Opponent}" width="100" height="67" /> Other content goes here</div>
                                      </div>
                                      </div>
    <script type="text/javascript">
    var acc1 = new Spry.Widget.Accordion("Acc1", { useFixedPanelHeights: false, defaultPanel: -1 });
    </script>

    You should be able to retrieve the value of other valueset using :$FLEX$.<valuesetname> I'm not sure about the exact syntax, it's been a while since i worked with applications.

  • Spry Accordion default panels

    Hello,
    I have been trying to get the panels on the Spry Accordion to open while on the corresponding pages. I have tried setting the default panel to the corresponding panel number, but that does not work. Right now I have all of the panels set to -1 so they are all closed initiall. The only one I get to stay open is when I set it to 0, then my first panel will stay open, but if I try 1, 2, 3, etc. nothing happens.
    I really appreciate any help with this, I am a student and this web portfolio is part of a requirement and I would love to get it so funtion properly.
    Thank you,
    Jessica
    here is my url
    http://jessicaallen.us/portfolio_2/index.html
    Here is what I have in my Accordion CSS styles
    @charset "UTF-8";
    /* SpryAccordion.css - Revision: Spry Preview Release 1.4 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    .Accordion2 {
        font-family:"Trebuchet MS", Geneva, Arial, helvetica, san-serif;
        color:#666;
        margin-left:0px;
        margin-right:20px;
        width:260px;
        border:none;
        overflow: hidden;
    .AccordionPanel {
        margin-left: 0px;
        margin-right:20px;
        margin-bottom:0px;
        padding: 0px;
    .AccordionPanelTab {
        color:#666;
        font-weight:bold;
        font-size:14px;
        line-height:18px;
        background-color:transparent;
        border:none;
        margin-left: 10px;
        margin-bottom:0px;
        margin-right:-40px;
        padding: 0px;
        cursor: pointer;
        -moz-user-select: none;
        -khtml-user-select: none;
        text-align:right;
    .AccordionPanelContent {
        font-size:12px;
        line-height:14px;
        color:#666;
        overflow: auto;
        margin: 5px -40px 5px 20px;
        padding: 0px;
        text-align:right;
    .AccordionPanelContent p{
        margin-top:0.5em;
        margin-bottom:0.5em;
    .AccordionPanelContent p a:visited{
        color:#ff9a00;
    .AccordionPanelOpen .AccordionPanelTab {
        color:#f15922;
        background-color: #fff;
    .AccordionPanelOpen .AccordionPanelTabHover {
        color: #f15922;
    .AccordionFocused .AccordionPanelTab {
        background-color: #fff;
    .AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
        background-color: #fff;

    Jessica,
    First of all, I hate you. Perfect web page design, perfect colour co-ordination, perfect drawings not to mention perfect age. It makes this old codger wonder where he has gone wrong 
    Having gotten that off my chest, the problem is that you have two constructors for the same object as per
    <script type="text/javascript">
    <!--
    var Accordion2 = new Spry.Widget.Accordion("Accordion2");
    //-->
    </script>
    <script type="text/javascript">
    var Accordion2 = new Spry.Widget.Accordion("Accordion2", { useFixedPanelHeights: false, defaultPanel: -1 });
    </script>
    Just get rid of the first one and apply the correct panel number, for example Fine Arts use
    <script type="text/javascript">
    var Accordion2 = new Spry.Widget.Accordion("Accordion2", { useFixedPanelHeights: false, defaultPanel: 6 });
    </script>
    Gramps

  • Accordian default panel

    I'm using a Spry Accordian in Dreamweaver CS5 and cannot get the a default panel to work properly. No matter what I do it just doesn't work and always displays the first panel as open. I'm following the instructions here:
    http://labs.adobe.com/technologies/spry/articles/accordion_overview/

    Here is a page in development:
    http://startreksoundtracks.com.s134653.gridserver.com/tng/tng-lala-1.html
    I've made some progress by moving the script into the body, which results in all panels closed. This is better than always having the top panel open, but still not the behavior I want. In the above example the "Star Trek: The Next Generation" panel (panel 1) should be open, but it is not.
    In IE9 the panel opens for a fraction of a second and then collpases. I don't see this behavior in other browsers.

  • Is there any way to set default column widths in the Finder's Column view

    When my Finder windows open in column view, all the columns are always VERY wide. I have to then spend time resizing them to a managable width. Is there any way to set default column widths in the Finder's Column view?
    <Re-Titled By Host>

    No, because you can't set a columns view default.
    27" i7 iMac (Mid 2011) refurb, OS X Yo (10.10), Mavs, ML & SL, G4 450 MP w/10.5 & 9.2.2

  • Panel creation for Photoshop CC 2014

    Hi!
    Whether I understood correctly that in the Configurator 4 it is impossible to create the panel for the Photoshop of CC 2014.
    Whether there will be an updating?

    Afaik, Adobe Configurator is being discontinued - ALL Flash support is.
    Rather lame of Adobe to push through with this update before there are any alternatives around. Because as it is now, there are no alternatives around unless you wanna mess around with the SDK.

  • Bug - Subfolder naming issue in Photoshop Elements 10 Organiser

    Upgraded to the latest version of Photoshop Elements and very dissapointed that Adobe have introduced a bug.
    For European users, Photoshop Organiser 10 creates sub folders in the format yyyy dd mm.
    Should use the format yyyy mm dd as with previous versions.
    The only workaround I have found is to display photo dates using preferences to US format mm dd yyyy
    This is unacceptable.
    I understand that Adobe have no plans to release a bug fix
    I personally am going to use Windows to import my photos in future and won't be rushing to upgrade!

    Hi,
    Have you added your name to the list
    http://feedback.photoshop.com/photoshop_family/topics/photo_downloader_on_os_x_uses_wrong_ shot_date_for_jpeg_files
    I know it says OS X but various similar reports seem to have been merged in with it - if the count gets very high then that should encourage Adobe to do somthing about it.
    Brian

  • I am downloading from a Canon 650D to Photoshop CS5.1 AND Adobe Bridge CS5.1  do i need to download a  DNG convertor? if so how do i get the images from the camera to the convertor?

    I am downloading from a Canon 650d  TO Photoshop CS5.1  and Adobe Bridge CS5.1  Do i need to download a DNG convertor? if so how do i get the images from the camera to the convertor?

    Please check the list yourself and co,mare the necessary CR version with the one your version of Photoshop utilizes. 
    If the version os higher than yours you can use the free DNG Converter – as to how to use it please read up on that.
    Camera Raw plug-in | Supported cameras

  • How do I change the default from CS6 to Photoshop CC when I open a photo from Bridge CC?

    How do I change the default from CS6 to Photoshop CC when I open a photo from Bridge CC?

    Thank you. That works when I double click a RAW image, (opens in ACR then when I open from there it goes to CC)  but when I double click a jpg it goes straight to CS6. I'm hoping there is a way to change the default, but haven't found yet. I don't want to remove CS6.

  • Why default panel in Spry Accordeon doesnt work ?

    The solution do the default panel when a new page is loaded seems to be:
    <script type="text/javascript">
    var acc1 = new Spry.Widget.Accordion("Acc1", { defaultPanel: x });
    </script>
    (x=number of the panel minus 1)
    This is written in many tutorials.
    But i've tried and only works with default panel 0. When i try with
    number 2 for instance, the head/tab is marked but doesnt expand.
    Anyone knows what's wrong ?

    I don't see any defaultPanel options in your constructor..
    <script type="text/javascript">
    <!--
    var Accordion1 = new Spry.Widget.Accordion("Accordion1");
    //-->
    </script>
    Should be:
    <script type="text/javascript">
    <!--
    var Accordion1 = new Spry.Widget.Accordion("Accordion1", {defaultPanel:2});
    //-->
    </script>
    Keep in mind that default panels are zero based, so panel 1 is actually panel 0.

  • How to hide the default panels of a dreamweaver spry tabbed panel?

    i put several spry tabbed panels in the same page (one widget inside the other). the problem is that when the page loads all of the default panels (4 in total) appear for about 6 seconds and then they collapse into the main pannel. how do i fix this?
    you can see this problem in this page:
    http://www.eye-dealswing.com/Parents/WhereToStay/index1.html
    do i need to add something in this section?
    <script type="text/javascript">
    <!--
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1"…
    //-->
    </script>
    <script type="text/javascript">
    <!--
    var TabbedPanels3 = new Spry.Widget.TabbedPanels("TabbedPanels3"…
    //-->
    </script>
    <script type="text/javascript">
    <!--
    var TabbedPanels2 = new Spry.Widget.TabbedPanels("TabbedPanels2"…
    //-->
    </script>
    <script type="text/javascript">
    <!--
    //-->
    </script>
    <script type="text/javascript">
    <!--
    var TabbedPanels4 = new Spry.Widget.TabbedPanels("TabbedPanels4"…
    //-->
    </script>
    thank you
    Alejandra

    im sorry, i dont understand what you mean. i am using the tabbed panels spry and not the accordion.  i am just a rookie with html coding. can you please explain me what do i need to do?
    thank you very much
    Alejandra

  • Using a non-default Panel

    I have created a new panel called abc_panel which contains only the Last Name, First Name, Company Name, and Mail. I set the Attribute Access policies to Read/Modify for
    anyone/self at the dc=company, dc=com level. When I go to the "My
    Profile" page in view mode and select my new Panel, I can see the attributes to which I have read access. When I click the Modify button, the page is redisplayed with the
    appropriate buttons (Save, Cancel, etc), but the attributes are not displayed.
    Niether the field label or the fields themselves are displayed.
    I assume that there is some configuration that I have not done yet which allows me to modify attributes in a panel that is not the Default Panel. By the way, all the
    attributes are viewable and editable in the Default Panel regardelss of the
    Attribute Access settings.
    Any ideas?

    I have created a new panel called abc_panel which contains only the Last Name, First Name, Company Name, and Mail. I set the Attribute Access policies to Read/Modify for
    anyone/self at the dc=company, dc=com level. When I go to the "My
    Profile" page in view mode and select my new Panel, I can see the attributes to which I have read access. When I click the Modify button, the page is redisplayed with the
    appropriate buttons (Save, Cancel, etc), but the attributes are not displayed.
    Niether the field label or the fields themselves are displayed.
    I assume that there is some configuration that I have not done yet which allows me to modify attributes in a panel that is not the Default Panel. By the way, all the
    attributes are viewable and editable in the Default Panel regardelss of the
    Attribute Access settings.
    Any ideas?

  • I want to but Photoshop CS6 as an upgrade from CS5. Don't want to fool with CC.

    I want to but Photoshop CS6 as an upgrade from CS5. Don't want to fool with CC

    Photoshop CS6 will supposedly still be available for some time at least from Adobe.
    Edit: What a regrettable developement at Adobe that CC business is …

Maybe you are looking for

  • Connect to Mac from Windows Vista issue

    Hi I want to view some files that are on my Mac from my PC (Windows Vista). Here's what I did so far: On my Mac I enabled file sharing, I selected the folders that I want to share. Now here's the part that confuses me, it asks me to add the users to

  • How to run jobs in oracle 10g

    I have created the following job, BEGIN -- Job defined entirely by the CREATE JOB procedure. DBMS_SCHEDULER.create_job ( job_name => 'Update_Status', job_type => 'PLSQL_BLOCK', job_action => 'BEGIN ;updateStatus; END;', start_date => SYSTIMESTAMP, re

  • Is the iphone 4s better or iphone 5

    just wondering whats better the iphone 4s or the iphone 5 and in what way!! Thank You

  • I cannot get Firefox as my homepage, it's covered by Xfinity. Please help.

    ''duplicate - locking - https://support.mozilla.com/en-US/questions/835447'' When Adobe updated it shut my computer down. When it restarted Firefox was not available. I uninstalled Firefox and reinstalled it but still cannot get Firefox, still nothin

  • Which is the best way to migrate from aperture to lightroom?

    Hello everybody, I have been using the Aperture trial for some time and I found it interesting. Unfortunately in the meanwhile Lion came out and I find it ugly. Although I do not want to discuss about Lion here I plan to move away from Apple as soon