This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 63809 - Move cursor to predefine position after insertion
Summary: Move cursor to predefine position after insertion
Status: VERIFIED WONTFIX
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-07 15:51 UTC by Jiri Skrivanek
Modified: 2011-12-12 13:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2005-09-07 15:51:37 UTC
Cursor should be in position where developer can immediatelly continue in
creation of HTML page. Suggested positions are as follows:

a) applies for default pattern
b) applies for filled values

--------- HTML ---------
Table

<table border="1">
        <thead>
            <tr>
                <th>|


Ordered List

  <ol>
      <li>|

Unordered List

  <ul>
      <li>|

Image

a) <img src="|

b) <img src="img.gif"/>
   |

Link
a) <a href="|

b) <a href="img.gif">image</a>
   |

Meta data

  <meta ... />
  |

--------- HTML Forms ---------

Form

a)  <form|

b)  <form ...>
      |

Text Input

a) <input type="text" name="|

b) <input type="text" name="SS" value="RR" />
   |

Multi-line Input

a) <textarea name="|

b) <textarea name="AAAA" rows="4" cols="20">
   </textarea>
   |

Drop-down List

a) <select name="|

b) <select name="eeee">
     <option>|  

Checkbox

a) <input type="checkbox" name="|

b) <input type="checkbox" ... />
   |

Radio Button

a) <input type="radio" name="|

b) <input type="radio" .../>
   |

File Select

a) <input type="file" name="|

b) <input type="file" name="sel" value="" />
   |

Button

a) <input type="submit" value="|

b) <input type="submit" value="OK" />
   |
Comment 1 Libor Kotouc 2005-11-22 16:20:35 UTC
fixable in 5.0
Comment 2 Libor Kotouc 2006-08-28 16:06:19 UTC
Not as important as other P3s.
Comment 3 David Konecny 2008-11-20 02:38:15 UTC
.
Comment 4 Quality Engineering 2009-11-02 11:14:40 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX