BUG: XML Property Inspector

When editing an XML file in the Property Inspector, if I change a value in a sub-element, the Property Inspector closes that subelement and other subelements in that same level. Here is a test case. The file:
<?xml version = '1.0' encoding = 'UTF-8'?>
<DomainSet>
<Domain name="YN">
<AllowableValue value="Y" meaning="Yes3"/>
<AllowableValue value="N" meaning="No" />
</Domain>
</DomainSet>
1. Click the Domain node in the Structure window.
2. Expand the first AllowableValue node and change the meaning property.
3. Click the name property and wait a second or two. The Allowable Value node will close.
The same behavior occurs in 9.0.3 and 9.0.3.1; both windows LAF and Oracle LAF. It doesn't matter if the XML Editor is open or not.

To clarify, steps 2 and 3 are in the Property Inspector.

Similar Messages

  • Try to view node properties in Property Inspector

    I've nodes extends CustomTextNode and a CustomEditor for this nodes.
    now i'm trying view some details in property inspector.
    I saw that i need to do something like this in extension.xml
    <property-inspector-hook xmlns="http://xmlns.oracle.com/ide/extension">
    <inspectable-factories>
    <inspectable-factory class=""/>
    </inspectable-factories>
    <property-form-layouts>
    <property-form-layout property-model-class="">
    <category-layout id="" title="${GENERAL}">
    <display-group id="">
    <property id=""/>
    </display-group>
    </category-layout>
    </property-form-layout>
    </property-form-layouts>
    </property-inspector-hook>
    i tried this but when node open, i saw changes in the title of the property inspector but then the title say "property inspector" again and nothing really happen.
    is there any example about how to implement a property inspector with own nodes?
    Thanks.

    Thanks Mike. It's always nice to know when it's a bug and not
    one's
    imagination.
    Craig
    Craig Wollman
    Lingo Specialist
    Word of Mouth Productions
    212-928-9581
    www.wordofmouthpros.com
    "Mike Blaustein" <[email protected]> wrote in
    message
    news:f8qqnq$j2o$[email protected]..
    > If you have sprite(5).scriptInstanceList in the Object
    Inspector, pretty
    > often, sprite(5) stops using it's script. It is not 100%
    of the time, but
    > I have found, as a general rule, that very odd things
    happen when you try
    > that. Be careful.
    >
    > Sometimes you can get away with something like this:
    >
    > global gSprite5
    >
    > on startMovie
    > gSprite5=sprite(5).scriptInstanceList
    > end
    >
    > and you can put gSprite5 into the Object Inspector.
    Sometimes it works.
    > Not always...

  • Minor IDE bug: property inspector for f:validator tags

    Hi JDev team
    Very minor IDE bug in the JDev 11g tech preview release.
    If you open a web page with a f:validator tag, select the tag, look in the property inspector. In the selectors-groups (or categories) on the left hand side of the property inspector, the option "other" is showing, but there is also a selectable blank space above this that should be appropriate named.
    Regards,
    CM.

    Hi Liza, thanks for logging the bug.
    Regards the Property Inspector, well you asked...... ;)
    I can see why you've gone for the new look and feel, it does look better.
    One caveat though. On my 24 inch monitor, with the property inspector by JDev's pref on bottom of the screen, the fields are stretched all the way across the screen pointlessly wasting screen real-estate .... always a problem in JDev. So I move the property palette back to its more traditional spot on the right hand side of the screen.
    As a side window, it doesn't currently "squash" properly. I've uploaded an image for you to see what I mean. Poplists don't seem to shrink properly in some cases. And in some cases the same with fields. It also appears labels take preference in size to fields, to the detriment fields disappear.
    http://members.iinet.net.au/~chriscmuir/SquashedPI.png
    Anyway, just my $0.02 worth.
    Regards,
    CM.

  • Property Inspector bug?

    There is a problem when property inspector is in bottom panel container of JDev.
    It doesn't show properties of some components.
    For example when I work with af:outputText on jspx page or invokeAction in pageDefinition file...

    Hi,
    yes I have the same "error" (Studio Edition Version 11.1.1.1.0, Build JDEVADF_11.1.1.1.0_GENERIC_090615.0017.5407).
    In some situations the property-inspector is empty and show only the background-color.
    I did not have the mistake in older releases.
    My Workaround: I add the property-inspector in the right-panel near the default component-palette.

  • Jdev 10g: property inspector bug

    jdev 10g and ADF FACES EA15.
    The property inspector is not showing the value of "valuePassThru" on af:selectOneRadio controls.

    Hi Larry,
    Thanks a lot for bringing to our notice. I will test it and report it to appropriate team, so that it gets fixed.
    Regards,
    Vijay Venkataraman

  • Help! Can't paste into code view or property inspector

    I'm experiencing a weird and extremely annoying bug in Dreamweaver CS6 -- I can't paste text from outside apps into DW's code view or into the property inspector (such as URLs).
    Pasting doesn't work no matter the method: Ctrl + V, right-clicking or using the Edit menu. Pasting works normally in every other program. If I copy within Dreawmweaver, pasting works fine.
    Does anyone have a solution for this? I'm running Win 8 and DW 12.1 through Creative Cloud. Searching the forums, I see others have reported the same issue. Some have been able to fix it by deleting the configuration file; that didn't fix the issue for me. I'd like to try reinstalling DW, but the Adobe Application Manager doesn't seem to allow that.
    I began noticing this bug about two weeks ago. That might have been about the same time I updated to 12.1. Can anyone help?
    Thanks,
    Cory K.

    Adding to my last post, I used a clipboard format inspector called nclip (http://code.google.com/p/nclip/) to see if I could find a pattern between "what works" and "what doesn't".
    There are two cases where I'm seeing paste-into-Dreamweaver CS6 fail:
    Paste into Code View fails, but Paste into Design View works!
    Paste into either Code View or Design View fails
    I went through the list of programs that worked and didn't worked, using nclip to show what clipboard formats were being saved from each working and non-working source. It appears that DreamWeaver CS6 as of January 9, 2013 doesn't accept the most basic text clipboard formats:
    CF_UNICODETEXT
    CF_TEXT
    CF-OEMTEXT
    CF_LOCALE
    If these are the only clipboard formats used by an app (for example, Window's venerable Notepad.exe), Dreamweaver doesn't appear to handle them. Most programmer-style text editors output just these formats, because they are presumed to be understood any application that handles text. These fail for both pasting into codeview and design view.
    Interestingly, Chrome browser fails the code view test, but it does work in design view! It outputs the four clipboard types above, plus one more:
    Custom Format: HTML Format
    Hypothesis 1: Any application that puts HTML Format on the clipboard will paste into design view, but not necessarily code view.
    Next, Visual Studio 2010 and Sticky Notes, which doesn't include HTML Format as a clip type, works for both code view and design view. They both output this type in addition to the basics:
    Custom Format: Rich Text Format
    Two programs that output Rich Text Format without HTML Format are Sticky Notes and WordPad. These both work with Code View and Design View. From these limited tests on my system, it appears that for Dreamweaver to accept a text paste from an outside program into Code View, that program must output Rich Text Format to the clipboard. Otherwise, it fails. Dreamweaver will accept HTML Format, but only in Design View. Firefox is an exception in that it don't export Rich Text Format, but still works with Code View. It might use OLE, though (Chrome doesn't seem to use OLE, and it breaks in code view).
    Hypothesis 2: Any application that puts Rich Text Format on the clipboard will paste into design view AND code view.
    If Dreamweaver is really ignoring the basic text clipboard formats, and it's not just my system configuration, then this is a bug. Probably something that got overlooked in testing.
    To reproduce on Dreamweaver 12.1 build 5966:
    Try copy/pasting text from Notepad.exe into Dreamweaver Code View (DWCV). This fails for me.
    Try copy/pasting text from WordPad.exe into DWCV. This works!
    Try copy/pasting text from Internet Explorer 9 or Firefox into DWCV. This works!
    Try copy/pasting text from Chrome. This fails to paste into Code View, but does paste into Design View
    The Code View workaround:
    Use Firefox or Internet Explorer for your browser if you're copy/pasting source code.
    If you're working from another text editor, try copy/pasting into intermediate programs Sticky Notes or WordPad, then copy/paste from there into Dreamweaver.
    So that is my experience on Windows 7 64-bit. Anyone else experiencing the same thing?

  • Not able to change values in the Property Inspector

    Hello!
    Can some one please help me with this. I was working in
    Director when I noticed that all of a sudden I wasn't able to
    change the values in the property inspector, specifially the sprite
    properties such as the x and y coordinates and the width and
    height. I'll type in a value and then I will get an error sound and
    it will revert to the previous value. How can I fix this??
    Thanks!

    Hi Ringerz,
    I've seen the PI lock up sometimes. What usually works is to
    switch to List Viw
    Mode. Never have trouble there. Then, close Director and
    reopen. Think it's jus a
    bug that hasn't been fixed yet.
    regards
    Dean
    Director Lecturer / Consultant / Director Enthusiast
    http://www.fbe.unsw.edu.au/learning/director
    http://www.multimediacreative.com.au
    email: [email protected]

  • Scale in Property inspector

    Hi,
    I have recently got the Flash bug.
    To my regret, I experience some difficulties in mastering
    Flash. There are a few reasons. For example, one of them I am
    afraid that the help and tutorials of Flash do not cover all my
    enquiries on this program and I am forced to seek assistance
    outside.
    I hope that Flash forum will serve as a reliable support in
    my learning this program.
    Alongside with a stroke color, style and weight that can be
    selected for the Pencil Tool as well as the Oval Tool, the
    Rectangle Tool, the Ink Bottle Tool, the Pen Tool and the Line Tool
    using the Property inspector (Window > Properties), there is
    available one more option on the Property inspector-Scale. It beats
    me for the whole week what is Scale intended for and what do
    Normal, Horizontal and Vertical under Scale mean?
    Would you please enlighten me on a matter noted above?
    Awaiting your soonest response.
    Best regards.

    There are no quality issues so long as you scale the text proportionally. There may be other text-related caveats, depending upon VERSION and the specifics of your objects. For example, some versions of Illustrator scale tab stops in an absolutely bizarre manner.
    JET

  • Showing my own styleClass in Property inspector styleClass combo

    I have created my own styleSheets with my own new class and I'd like to select it in the styleClass combo into Property inspector. Is there any way of achieving it?
    Thanks
    Carlos

    When i add css styles for entities such as <button>, urls do not become context aware!! i.e. the url is not changed to include the application's name, which results in images not displaying.
    Is this a case of discrimination between adf css definitions and html css definitions?
    Here is a snip of my .css file (which is defined in my adf-faces-skins.xml)
    -----------start---------------
    button.update {
    content:url(/skins/myskin/images/update.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 15px;
    -----------end---------------
    After i run my application my css file is generated named "myskin-desktop-10_1_3_1_0-en-gecko.css" and displays the following for this button...
    -----------start---------------
    button.update,button.x8w {content:url(/skins/myskin/images/update.png); background-repeat: no-repeat; background-position: center left; padding-left: 15px;}
    -----------end---------------
    As you can see, the url points to /skins/myskin/images/update.png not /myapp/skins/myskin/images/update.png.
    How can i make my css definitions context aware?

  • Missing icons/buttons in Property Inspector

    In my DW CS5 the icons under the panel menu in Property Inspector are missing when it´s docked, see the left image below. It doesn´t matter if the DW- window is maximized or not. But when I make the panel floatin the icons are there. I wonder if someone knows if this is a bug or what? It´s possible to hide/show the part of PI with more alternatives by double-clicking. But I prefer to use the white expander arrow as I´ve done in previous versions...
    Does anyone have a clue?

    Because those icons are located a fixed distance from the left of the Property Inspector, they only show when the tool panels that sit at the side of the Document Window (at least in my setup) are minimized, or when the PI is floating, as you mention.
    I suggest you file a bug/feature report here: http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform, as the 'expand' arrow is definitely not available when it is hidden (perforce), and many times the Tool Panels will not be minimized and will hide the expand arrow.
    Beth

  • Property Inspector list view?

    In Dreamweaver 8 Help, under the topic "Making HTML
    attributes dynamic," it says:
    "If the attribute you want to bind does not have a folder
    icon next to it, click the List tab (the lower of the two tabs) on
    the left side of the inspector. The Property inspector’s List
    view appears."
    I can't seem to find any sort of List tab -- or any tab, for
    that matter -- on the left side of the Property Inspector. Is this
    Help topic wrong?
    (I thought initially that maybe it meant to say Tag Inspector
    instead of Property Inspector, but the Help topic then goes on to
    mention the List view's "(+) button"; there's no such button in the
    Tag Inspector's List view, so that's not it either.)

    You add it in the pageDef:
    <taskFlow id="forummain1"
    taskFlowId="/oracle/webcenter/collab/forum/view/taskflows/main-task-flow.xml#forum-main"
    activation="deferred"
    xmlns="http://xmlns.oracle.com/adf/controller/binding">
    <parameters>
    <parameter id="categoryId" value="2"/>
    <parameter id="forumId" value="2"/>
    <parameter id="showRecursiveForums" value="true"/>
    <parameter id="isCategoryView" value="true"/>
    </parameters>
    </taskFlow>
    Venkat

  • Sprite properties in property inspector

    Rather than typing in each sprite property name with the
    sprite number in
    the property inspector, I'd like to show all properties of a
    particular
    sprite with one entry. This has been answered before here but
    I've
    forgotten how to do it.
    I thougth it was something like:
    sprite (1).scriptInstanceList [1]
    but that's not it. I'm sure Sean will know.
    Craig Wollman
    Lingo Specialist
    Word of Mouth Productions
    212-928-9581
    www.wordofmouthpros.com

    Thanks Mike. It's always nice to know when it's a bug and not
    one's
    imagination.
    Craig
    Craig Wollman
    Lingo Specialist
    Word of Mouth Productions
    212-928-9581
    www.wordofmouthpros.com
    "Mike Blaustein" <[email protected]> wrote in
    message
    news:f8qqnq$j2o$[email protected]..
    > If you have sprite(5).scriptInstanceList in the Object
    Inspector, pretty
    > often, sprite(5) stops using it's script. It is not 100%
    of the time, but
    > I have found, as a general rule, that very odd things
    happen when you try
    > that. Be careful.
    >
    > Sometimes you can get away with something like this:
    >
    > global gSprite5
    >
    > on startMovie
    > gSprite5=sprite(5).scriptInstanceList
    > end
    >
    > and you can put gSprite5 into the Object Inspector.
    Sometimes it works.
    > Not always...

  • Dw CS4 property inspector maimed

    I have my screen dpi set at 120, which apparently maims the
    property
    inspector in Dw CS4, see screen shot here
    http://www.spinsister.nl/zandbak/propbar.htm
    . It is particularly
    awkward when pasting a URL in the link field.
    I did not have this problem in Dw CS3. The property inspector
    in my
    Fireworks CS4 looks fine.
    I noticed this first when using the CS4 DW beta and reported
    it, hoping
    Adobe would put it right in the final version. Since the
    problem
    persists I am beginning to wonder whether it is indeed a bug
    or whether
    it is me.
    Can someone confirm?
    Groet,
    Adriana

    A.Translator wrote:
    > I have my screen dpi set at 120, which apparently maims
    the property
    > inspector in Dw CS4, see screen shot here
    >
    http://www.spinsister.nl/zandbak/propbar.htm
    . It is particularly
    > awkward when pasting a URL in the link field.
    > Can someone confirm?
    Yes. File a bug report:
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Content of Property Inspector is lost...

    Hello,
    I created a simple project in JDeveloper. But I can not see the properties of the frame or button or textfield in Property Inspector.
    I dont know what I did wrong.
    May someone help please?
    Thanks in advance...

    Yeah... :-) I got the problem solved.
    I was using Ubuntu 7.10 in combination with Oracle JDeveloper 10g 10.1.3.3.
    I had installed JDK 1.5 and JDK 1.6 (both puplished by sun). JDK 1.6 was my default JDK and so JDeveloper started by default with this JDK.
    Because of a bug in the Ubuntu Desktop Effects -> http://ubuntuforums.org/showthread.php?t=539670
    I couldn't see any gui when I started JDeveloper with JDK 1.5. So I decided to use JDK 1.6 which worked fine, until I decided to use swing to develop gui applications.
    The solution was to disable the desktop effects of ubuntu and to change the JavaHome in the config file of JDeveloper:
    jdevstudiobase10133/jdev/bin/jdev.conf
    # Directive SetJavaHome is not required by default, except for the base
    SetJavaHome /usr/lib/jvm/java-1.5.0-sun
    Afterwards I started JDeveloper (using JDK 1.5) and guess what, I can see the gui of JDeveloper. I only needed to change the projects default JDK to JDK 1.6 and now JDeveloper itself runs with JDK 1.5, but the projects get compiled and developed using JDK 1.6, which is just what I wanted.
    :-)

  • API to show Property Help in Property Inspector of JDeveloper

    Hi,
    We are writing the product based on JDeveloper/FCP platform.
    There is the need to provide either tooltip or some kind of help
    for each property in Property Inspector. What kind of API should
    we use to achieve that? In XML Schema extension I see the
    following Property Help:
    We'd like to achieve the same functionality.
    Thanks in advance!

    User, tell us your jdev version, please!
    Not sure what you try to do, but you can look into the extension sdk. See https://www.google.de/url?sa=t&source=web&rct=j&ei=cCs3VdvlKpPKaNbogaAN&url=http://www.oracle.com/technetwork/topics/ind…
    Which has samples too.
    Timo

Maybe you are looking for

  • Error in dns client setup

    Hi everyone, after setting the /etc/resolv.conf file, i tried to nslookup command and the following error came: can'f find server name for address 203.88.240.88 (this address is given by isp): no response from server ok what should i do next? Chees!

  • When buying on line my macbook pro will not let me go to the payment page of the web site

    When purchasing goods over the internet my MacBook Pro will not allow me to go beyond the payment page therefore I am unable to complete my purchase. If I use a Windows operated PC in the same household I do not have this problem. Are there any secur

  • DWR exception

    Hi All, I am using DWR in my application. while getting the response from server I am getting exception as "The was a problem processing your request[Systax Error:Expected Decimal Digit]" tell me any idea please....................

  • CSS file disappears

    Hello, I am using Dreamweaver CS3 on a Windows Vista Ultimate 64bit. I have a problem which is while working on a css file, after few times that I save it, I get an error message that access denied. The file is still open. Then I close the file and c

  • Adobe player

    i can't download flash player on my macbook, when i try it goes through the motions and it say done, well when check with adobe, its not installed. so i've done this all day, uninstalled adobe, than installed adobe, read almost all the different page