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..
Found little BUG in WEbuilder 2006 7.2
Moderator: kfury77
Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
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;
- chrisjlocke
- Top Contributor
- Posts: 995
- Joined: Mon Aug 01, 2005 4:12 pm
- Location: Essex, UK
- Contact:
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
<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
- chrisjlocke
- Top Contributor
- Posts: 995
- Joined: Mon Aug 01, 2005 4:12 pm
- Location: Essex, UK
- Contact:
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...

with the mouse cursor before the script...

with the mouse cursor after the script...
[/img]
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...

with the mouse cursor before the script...

with the mouse cursor after the script...
[/img]