bug report css

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
daveporter
Posts: 51
Joined: Sun Jun 12, 2005 9:04 am

bug report css

Post by daveporter »

Hi everyone,

This is in a html document with style block inserted via insert menu:
( Webuilder 8.0.0.75 )

If you start typing color BEFORE the text_align ( see below ), then control+space and accept color it does not paste the : and the ; in place, and then you don't get the 'choose color' popup selection. If you do it AFTER the text-align it works fine.

While I'm writing this, I just went back to 2006 to compare the settings and guess what, it does the same !!! So this is not a new bug !

And just some more details. If you are patient and wait for the list to appear and press c and select color - the bug does not happen !

So therefore I would change this to a less severe bug report !

p {
color <----- Don't work !
text-align: center;
color: ; <------ Works OK !
}

cheers, Dave Porter
dj-software
Perth, Western Australia
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

It does work for me just fine. What are your editor settings and css language options?
Karlis Blumentals
Blumentals Software
www.blumentals.net
WereCougar
Posts: 10
Joined: Mon Aug 28, 2006 1:45 am

Post by WereCougar »

I am also able to reproduce this problem. A little annoying, but not critical (for me). I'm using 8.3.1.81.

I think there's something going on in the CSS highlighter/auto-complete thing. Just reported a strange behavior in post #9303.
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Post by Gatis »

Indeed, there were some problems.
We have made improvements in CSS code auto-complete and have fixed also this described behavior. The improvements and the fix will be available in version 2008.
However, the problem WereCougar reported where text is disappearing is something different and we need to fix this.
Post Reply