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

Key: IDEA-16744
Type: Usability Problem Usability Problem
Status: Open Open
Assignee: Dmitry Avdeev
Reporter: Stephen Friedrich
Votes: 0
Watchers: 0
Operations

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

Completion gets in the way

Created: 20 Dec 07 15:36   Updated: 02 Feb 08 17:01
Component/s: XML editing

Build: 7,590
Severity: High


 Description  « Hide
I am typing these characters:
<tr>
What I get instead is
<tr:attribute></tr:attribute>

This is because I use Trinidad:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:tr="http://myfaces.apache.org/trinidad"
...

and "attribute" is the first tag in that library.

That (and a couple of other issues with xml editing) is currently driving me nuts.

A possible solution for this quirk could be to also add the html tags to the completion list.



 All   Comments   Work Log   Change History      Sort Order:
Stephen Friedrich - 20 Dec 07 15:37
Or maybe wait until the colon is typed: "<tr:" before showing the completion list.