Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Dreamweaver Output Error bug.

New Here ,
Mar 17, 2019 Mar 17, 2019

I believe I found a bug in Dreamweaver CC. I get an output error when using some CSS markup for 'grid-template-columns' and 'grid-template-rows'. It says that both lines expect a 'RBRACE', however, I've used this code before in other instances and the error doesn't pop up. Is posting this issue to the forums a way to alert the development team? Below is my HTML and CSS.

HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Test Page</title>
<link rel="stylesheet" href="css/styles.css">
</head>

<body>
<header>
  <nav>
   <a href="#">Home</a>
   <a href="#">About</a>
   <a href="#">Events</a>
   <a href="#">Contact</a>
  </nav>
</header>
<main>
  <section id="intro">
   <div>Testing</div>
  </section>
</main>
</body>
</html>

CSS

@charset "utf-8";

/* CSS Document */

body {

     background-color: black;

     color: white;

     margin: 0 auto;

}

nav {

     display: flex;

     justify-content: space-around;

     background-color: darkred;

}

nav a {

     color: white; padding: 10px;

     }

#intro {

     display: grid;

     grid-template-columns: repeat(12, 1fr);

     grid-template-rows: repeat(3, 1fr);

     height: 90vh; background-color: #202020;

}

#intro div {

     grid-column: 1 / 5;

     grid-row: 2;

     background-color:red;

}

5.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Mar 17, 2019 Mar 17, 2019

Submit bug reports from your Help Menu.  This is a user-to-user forum.

I cannot reproduce your issues in CC 2019.  This code does not flag any errors or warnings for me.  That said, a missing right brace is often caused by an unclosed media query higher up in the document or some other code error.   Validate your complete CSS code with this online service.

The W3C CSS Validation Service

<!doctype html>

<html lang="en">

<head>

<meta charset="utf-8">

<title>TEST</title>

<meta http-equiv="X-UA-Compatible

...
Translate
LEGEND ,
Jun 27, 2019 Jun 27, 2019

Preran

Hi Preran,

Any news from the team yet, regarding Dw, (not just the roadmap)?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jun 27, 2019 Jun 27, 2019

They are still working on it, Paula. I will make sure that I post here as soon as I have that info if the team doesn't beat me to it.

Thank you for the follow up!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 27, 2019 Jun 27, 2019

Thanks Preran,

But why do I have a bad feeling about you saying 'if the team does not beat you to it', (maybe as I got older I got more pessimistic' ).

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jun 27, 2019 Jun 27, 2019

You are reading too much into it, Paula. All I am saying is that it is possible that the team may post the roadmap on their own here.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 30, 2019 Jun 30, 2019

hello Preran,

Thank you for your post... but in fact, I wasn't expecting a simple roadmap... a roadmap was a bit like a sword in the water... here in France we say a cast on a wooden leg.

please read again correctly the messages #21 and #23 to which in fact it does not seem to me to have seen any answer pass

thanks for your attention and have pleasant day

birnou

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 02, 2019 Jul 02, 2019

https://forums.adobe.com/people/B+i+r+n+o+u  wrote

hello Preran,

Thank you for your post... but in fact, I wasn't expecting a simple roadmap... a roadmap was a bit like a sword in the water... here in France we say a cast on a wooden leg.

please read again correctly the messages #21 and #23 to which in fact it does not seem to me to have seen any answer pass

thanks for your attention and have pleasant day

birnou

I don't think the discussion is going to happen Birnou, which is what I ment when I said 'I have a bad feeling'.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 02, 2019 Jul 02, 2019

yep... I know your point Paula,

in fact, I'm expecting Preran to clearly answer to previous message #21 and #23

I also have started different thread on alpha forum... posted different Bugs too...

currently he is in location and will be back next week.... so I propose that we wait until there

so Preran it is over to you

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jul 12, 2019 Jul 12, 2019

Hi all,

I have been pursuing this question with the team, and last I heard (which was a week ago), they are still working on it. I will check and get back to you. I wish I had a more comprehensive answer but this is the most I have at the moment. The product continues to be developed, and I am checking with the team about their priorities for future updates.

Thanks,

Preran

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 12, 2019 Jul 12, 2019

Don't worry Preran.

I for one, was not really expecting the Dw team to tell us anything new, or join in a discussion.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jul 17, 2019 Jul 17, 2019

Hello All,

We appreciate your feedback. We are actively working on improving Dreamweaver to meet your web development needs.

Here ​is an overview of improvements we are working on for upcoming Dreamweaver updates in 2019 and 2020.

Kindly have a look into the blog post and share your thoughts.

Regards

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 17, 2019 Jul 17, 2019

yshivaprasad

Thank you for the blog post, but can I suggest that yourself, (or prerank28948274​) start a new discussion, specifically for discussing the blog post.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 17, 2019 Jul 17, 2019

hello yshivaprasad​,

I support Paula's proposal, it would be very interesting if a discussion could be set up around the next and future developments of DW

thanks again for the link and the very first step

have a pleasant day

birnou

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 01, 2019 Aug 01, 2019
LATEST

hello yshivaprasad,

Perhaps you have missed my previous comment #36, so I repost it....

Preran​, do you know if some person of the staff are in vacation right now, at least yshivaprasad

I support Paula's proposal, it would be very interesting if a discussion could be set up around the next and future developments of DW

thanks again for the link and the very first step

have a pleasant day

birnou

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines