Inspector value splitting (v90096)

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
Svebor
Posts: 15
Joined: Sun May 06, 2007 12:11 pm

Inspector value splitting (v90096)

Post by Svebor »

Hi.

There is a problem within the inspector style properties. For example if I assign a background image and the link includes spaces like url(./xxx yyy/image.jpg) after leaving and returning the first part "url(./xxx" is reassigned to the background color property and only the last part "yyy/image.jpg)" remains... :?
and I think I saw similar behaviour on other places in the inspector.

Regards
svebor
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Re: Inspector value splitting (v90096)

Post by Karlis »

URLs should not contain spaces, you can replace them with %20 which is the URL-encoded space symbol.
Karlis Blumentals
Blumentals Software
www.blumentals.net
Svebor
Posts: 15
Joined: Sun May 06, 2007 12:11 pm

Re: Inspector value splitting (v90096)

Post by Svebor »

Jepp, but thats what your file dialog returns if e.g. a hidden (because the full path is not shown) subdirectory including spaces is involved... :wink:
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Re: Inspector value splitting (v90096)

Post by Karlis »

Yes, the operation of the dialog might not be entirely correct, however in any case there should be no spaces in paths for web projects as this tends to mes sup things often in various aspects.
Karlis Blumentals
Blumentals Software
www.blumentals.net
Post Reply