Found little BUG in WEbuilder 2006 7.2

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
Emulman
Posts: 34
Joined: Thu Jan 19, 2006 8:22 pm
Location: Genoa, Italy
Contact:

Found little BUG in WEbuilder 2006 7.2

Post by Emulman »

when from the inspector on the right of the screen i want to change two or more of a tag attributes at the same time, i see only the first of the changes!
and when i put the cursor at the end of a tag (before the '>' which closes the tag) in the inspector doesn't appear any attribute of the tag..
User avatar
chrisjlocke
Top Contributor
Posts: 995
Joined: Mon Aug 01, 2005 4:12 pm
Location: Essex, UK
Contact:

Post by chrisjlocke »

Can you knock up a series of screenshots to explain this? Just tried changing some attributes, and thats worked fine.
Do you mean in CSS, HTML pages, etc.

As for when the cursor is past the ">", well, that kinda makes sense, as you're out of the tag.
Emulman
Posts: 34
Joined: Thu Jan 19, 2006 8:22 pm
Location: Genoa, Italy
Contact:

Post by Emulman »

ok...i write a tag, like

<img>

with the mouse cursor into the tag, on the right appears the INSPECTOR tag with all attributes of that tag; here for example i put a value in the attribute ALT and then a number in the attribute TABINDEX. Then i click on the left on the page but in the tag IMG SRC appears only the second attribute and not the first
User avatar
chrisjlocke
Top Contributor
Posts: 995
Joined: Mon Aug 01, 2005 4:12 pm
Location: Essex, UK
Contact:

Post by chrisjlocke »

Hmm. I don't get a tabIndex attribute for the IMG tag. (Using 4.01 Transitional)
Also, when I enter a value and move the mouse into another attribute, that attribute gets put into the code immediately. Hmm...
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

I too can not reproduce this. Can you send us screenshots with editor settings ar at least tell what settings have you changed?

Probably this depends on some specific set of settings.
Karlis Blumentals
Blumentals Software
www.blumentals.net
Emulman
Posts: 34
Joined: Thu Jan 19, 2006 8:22 pm
Location: Genoa, Italy
Contact:

Post by Emulman »

i have found also that if i insert a piece of PHP code in a tag, if i put the mouse cursor after that code but inside the tag doesn't appear the tag attributes INSPECTOR tab! for example, if i write

input type="text" value="<value>" size="20"

and i put the mouse cursor before size="20" in the inspector tab doesn't appear nothing! if i put the mouse cursor before the attribute value="ecc" the tag attributes appear in the inspector tab...

Image
with the mouse cursor before the script...

Image
with the mouse cursor after the script...
[/img]
Post Reply