History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-5497
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Maxim Mossienko
Reporter: Mike Aizatsky
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Pressing ':' in jspx tag lookup selects an item instead of filtering lookup list

Created: 06 Apr 06 20:37   Updated: 07 Apr 06 21:24
Component/s: Editor. Code Completion
Fix Version/s: Demetra 5231

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Fixed in build: 4,195


 All   Comments   Work Log   Change History      Sort Order:
Maxim Mossienko - 06 Apr 06 20:46
; selects lookup item because jspx support contains Java behavior.
I wonder when ; could be useful filter ...

Mike Aizatsky - 07 Apr 06 19:51
The code:
<jsp:root
        xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
        xmlns:h="http://java.sun.com/jsf/html"
        xmlns:f="http://java.sun.com/jsf/core"
        >

    <jsp:directive.page contentType="text/html"/>

    <html>
    <head>
        <link rel="stylesheet" type="text/css" href="css/style.css"/>
        <title>Simple jspx page</title>
    </head>


    <body>
    <f:view>


        Te<div>start typing here</div>xt

        <h:panelGrid columns="3">

            

        </h:panelGrid>

        Te<div>start typing here</div>xt


        Some very long textSome very long text Some very long text Some very long text Some very long text


    </f:view>

    </body>

    </html>
</jsp:root>

Maxim Mossienko - 07 Apr 06 21:24
Whitespaces in jspx has java language for some reason