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 124416 - Can't refactor 'col_right'
Summary: Can't refactor 'col_right'
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-24 16:26 UTC by lyhy
Modified: 2016-07-07 08:55 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lyhy 2007-12-24 16:26:30 UTC
Weirdest thing: When I right-click on a name in any of my files and select 'refactor>rename' the "Rename Method" dialog
box comes up initialized to what I clicked on. Except when I click on 'col_right'. (I want to change the name of a CSS
selector throughout my RHTML files.) Anyway, the dialog box is initialized with '<<'!

Like I said: weird.
Comment 1 Torbjorn Norbye 2007-12-24 17:08:01 UTC
Hi, can you show the code fragment around your "col_right" reference?
Comment 2 lyhy 2007-12-24 18:48:50 UTC
  <% form_tag login_path do -%>
    <table>
      <tr>
        <td class='col_right'><label for='login'>Username:</label></td>
        <td><%= text_field_tag :login, params[:login], :size => ViewConstants::TEXT_FIELD_MEDIUM %></td>
      </tr>
      <tr>
        <td class='col_right'><label for='password'>Password:</label></td>
        <td><%= password_field_tag :password, params[:password], :size => ViewConstants::TEXT_FIELD_MEDIUM %></td>
      </tr>
Comment 3 Petr Jiricka 2008-03-31 01:07:56 UTC
Refactoring of CSS artefacts is unfortunately not supported. Changing to ENHANCEMENT.
Comment 4 Martin Balin 2016-07-07 08:55:57 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss