WB2011 Code Explorer Bug Report

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
legarbo51
Posts: 1
Joined: Mon Jul 25, 2011 4:54 am

WB2011 Code Explorer Bug Report

Post by legarbo51 »

Code Explorer on WB2011 doesn't target multiple "same element" selectors:
Example:
=================================================================
html, body, body div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video, a {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent none no-repeat 0 0;
color: #484848;
font-weight: normal;
}

html { -webkit-font-smoothing: antialiased; }

html { overflow-y: scroll; }

html {
background: transparent url(../images/bg-main.gif) repeat 0 0;
height: 100%;
}
=====================================================================
Even though code explorer shows all 4 html selectors the cursor on the editor won't go down beyond the second selector!
(I believe this behavior was carried forward to WB2011 from WB2010)
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Re: WB2011 Code Explorer Bug Report

Post by Gatis »

Hi,

Thanks for reporting this. I think we will be able to fix this problem with one of the next updates.
Kind regards,
Gatis Avots
Post Reply