facebook

XMLEditor – incorrect OutlineView content

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #234181 Reply

    DATASAFE
    Member

    – System Setup ——————————-
    Operating System and version: WinXp Sp1
    Eclipse version: 3.1.0
    Eclipse build id: 200412162000
    Fresh Eclipse install (y/n): y
    If not, was it upgraded to its current version using the update manager?
    Other installed external plugins: Clear Quest Plugin, junit
    Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
    MyEclipse version: 4.0 Milestone 2
    Eclipse JDK version:
    Application Server JDK version: 1.4
    Are there any exceptions in the Eclipse log file? no

    If this is a DB related question please answer the following:

    RDBMS vendor and version:
    JDBC driver vendor and version, and access type (thin, type-2, etc):
    Connection URL:
    Eclipse error logs related to com.genuitec.eclipse.sqlexplorer packages:

    – Message Body ——————————-

    Hello,
    There seem to be a problem when having an Element named INPUT for example:

    <input type=”combo-box” name=”type” value=”2″ label=”Type2″ required=”true”>
    <option value=”1″ label=”1″ />
    <option value=”2″ label=”2″ />
    <option value=”3″ label=”3″ />
    </input>

    When looking it with the Grid View (tree), it shows like this:

    <input type=”combo-box” name=”type” value=”2″ label=”Type2″
    required=”true”/>
    <option value=”1″ label=”1″ />
    <option value=”2″ label=”2″ />
    <option value=”3″ label=”3″ />

    Note that I am working with an XML Document and not an HTML one.
    I made a test and the problem seem to be the Element named “input” it takes
    it like it was HTML.

    Please let me know how can I fix it or if is there a patch to solve this
    problem.

    Regards,

    Raviv Dekel

    GUI & Web Developer
    Tel.: +972 3 7669205 (#9205)
    Comverse b7 – 128

    #234183

    support-michael
    Keymaster

    I’m unable replicate the issue per the snippet you provided in either ME 3.8.4 or ME 4.0M2. See the attached screenshot.

    Attachments:
    You must be logged in to view attached files.
    #234188

    DATASAFE
    Member

    1. The Problem also resides in the Outline View Tree.

    2. I checked it with other 2 guys working with me, one with Eclipse 3.0 (it
    works ok) and the other one working with Eclipse 3.1 (like me) and it
    does not work!

    #234190

    DATASAFE
    Member

    1. As suggested I restarted the Eclipse, and the problem continues.
    2. I tried to edit the xml file with the Grid view, but after creating an Element named INPUT, I cannot add to it a child, I can add only add Attribute, Add before and Add after.
    The “Add child” option works in all other Element names.

    Can it be a DTD kind of problem?

    P.S. I do not call any DTD in this XML.

    #234200

    support-michael
    Keymaster

    The support team was discussing this issue and some one suggested restarting MyEclipse with the -clean commandline option to ensure there are no cached configuration issues. Can you give that a try?

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: XMLEditor – incorrect OutlineView content

You must be logged in to post in the forum log in