WC2009 FB4 - a little bugs or improvements in tools

Beta related comments, bug reports etc. Please leave as many details as possible.

WC2009 FB4 - a little bugs or improvements in tools

Postby veegee » Tue Mar 17, 2009 11:03 pm

When i want to add a hyperlink from tolls. I want add a pdf file by file dialog, but i can´t choose this extension.

------------------
When I want edit image tag with edit tag function:
1) it would be best if i want to edit filename with buton look on a computer for an image file , that i open the right directory which is set in the src atribute of image. (this bug is in the codeinspector too)
2) when i open the image tag, the size of image are recalculating, and this values are set to height and width item, but it would be best, that this sizes of image would be recalculating and set only after pressing the buton Set height and width of image

-------------------
I use function extended search, I choose search in selected files. I set folder of my project and check include subdirectories. In the item always skip this files is as usualy set extension *.exe, *.jpg and other.
I've been thinking that WC dont search in jpg files but WC write that search in all jpg files in the directory. That´s the first bug. And when i was searching (may be 12000 jpg´s) i dont have any chance to break thist work. It would be best that we have here a chance to cancel the searching.

--------------------
I have an image tag and give the edit style atribute than edit the css values in the code inspector but the imae
Sometimes badly placed the ending slash /> before the style atributes, or once happened that broke the value of alt with the style atributes.
Last edited by veegee on Fri Mar 27, 2009 1:52 am, edited 1 time in total.
veegee
 
Posts: 26
Joined: Fri Jul 25, 2008 1:44 am

Re: WC2009 FB4 - a little bugs or improvements in tolls

Postby KasperTSW » Fri Mar 20, 2009 1:57 pm

Hi,

>When i want to add a hyperlink from tolls. I want add a pdf file by file dialog, but i can´t choose this extension.

I've added an "All files (*.*)" option to this dialog :)

>1) it would be best if i want to edit filename with buton look on a computer for an image file , that i open the right directory which is set in the src atribute of image. (this bug is in the codeinspector too)
>2) when i open the image tag, the size of image are recalculating, and this values are set to height and width item, but it would be best, that this sizes of image would be recalculating and set only after pressing the buton Set height and width of image

I will have to look into that, but I can't promise anything at the moment. We're in the final beta stages, and I prefer to avoid implementing things that might cause new bugs :)

>I use function extended search, I choose search in selected files. I set folder of my project and check include subdirectories. In the item always skip this files is as usualy set extension *.exe, *.jpg and other. I've been thinking that WC dont search in jpg files but WC write that search in all jpg files in the directory.

Fixed :)

>That´s the first bug. And when i was searching (may be 12000 jpg´s) i dont have any chance to break thist work. It would be best that we have here a chance to cancel the searching.

Would require a major change in the way things are done. I have added it for the TODO list to next version.

>I have an image tag and give the edit style atribute than edit the css values in the code inspector but the imae Sometimes badly placed the ending slash /> before the style atributes, or once happened that broke the value of alt with the style atributes.

I'm not really sure what you mean here. Could you please tell me how to reproduce this problem?
KasperTSW
Site Admin
 
Posts: 1469
Joined: Mon Jan 28, 2008 5:55 pm

Re: WC2009 FB4 - a little bugs or improvements in tolls

Postby KasperTSW » Fri Mar 20, 2009 2:03 pm

Also, please have a look at this thread: viewtopic.php?f=2&t=645 :)
KasperTSW
Site Admin
 
Posts: 1469
Joined: Mon Jan 28, 2008 5:55 pm

Re: WC2009 FB4 - a little bugs

Postby veegee » Fri Mar 27, 2009 1:52 am

1) Yet another bug in edit anchor tag. When I edit the anchor tag which have a rel property this rel property is deleted after ending the editation of tag.

before edit
Code: Select all
<a href="http://example.com" rel="nofollow">href with rel</a>


after
Code: Select all
<a href="http://example.com">href with rel</a>


2) Yet another bug with edit style attribute.
When I have two divs.
Code: Select all
<div>div block 1</div>
<div>div block 2</div>

and i want edit css properties of the divs than give edit style attribute in first div and add some property in code inspector.

Code: Select all
<div style="background-color: #FFFFFF;">div block 1</div>
<div>div block 2</div>

now I want to edit second div and I give edit style attribute on it and add some css property in code inspector.

Code: Select all
<div style="background-color: #FFFFFF;">div block 1</div>
<div style="background-color: #000000;">div block 2</div>


now I want edit the first div than I give edit style attribute on it and add some css property in code inspector. But the result is wrong.
Code: Select all
<div style="background-color: #FFFFFF;">div block 1</div>
<div style="background-color: #FFFFFF; color: #222222;">div block 2</div>


When I want to reproduce this error several times one after another, I get another situation but when I several times change the target divs. The editor change style atributes of second div than that div I edited.
veegee
 
Posts: 26
Joined: Fri Jul 25, 2008 1:44 am

Re: WC2009 FB4 - a little bugs or improvements in tools

Postby KasperTSW » Sat Mar 28, 2009 8:48 pm

Hi,

>1) Yet another bug in edit anchor tag. When I edit the anchor tag which have a rel property this rel property is deleted after ending the editation of tag.

The dialog simply doesn't support this attribute. If you want to, you can add support for it by customizing the XML file :)

>2) Yet another bug with edit style attribute.

I was able to reproduce this by clicking in the tag with the right mousebutton instead of the left. It should be fixed now :)
KasperTSW
Site Admin
 
Posts: 1469
Joined: Mon Jan 28, 2008 5:55 pm


Return to Beta forum

Who is online

Users browsing this forum: No registered users and 2 guests

cron