Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. Site Bugs / Suggestions
  4. Annoying Sentence Structures (ASS)

Annoying Sentence Structures (ASS)

Scheduled Pinned Locked Moved Site Bugs / Suggestions
pythonperllinuxhelp
26 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Luc Pattyn

    spoke? :wtf:

    Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum

    Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.

    D Offline
    D Offline
    Dalek Dave
    wrote on last edited by
    #15

    Irony[^]

    ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave

    1 Reply Last reply
    0
    • B Bassam Abdul Baki

      That was quick. Here's a few more. 1. ASP.NET is only development? "ASP.NET only web development" should be "Only ASP.NET web development discussions" (or questions (probably the former)). 2. C / C++ / MFC also have questions. All is forgiven on VB. I am curious to your reasoning between questions and discussions? 3. C++/CLI needs spaces around slash. 4. LINQ has flavo(u)rs (not the issue), but no discussion. 5. 7 from before is still an issue. Guess I gave you an interesting one. I believe it breaks when the text under Forum is two rows long. The row highlight though is correct. It seems the two are not completely dependent on each other. 6. Hardware & Devices - Trouble shooting needs no space or a hyphen. 7. Personal preference, descriptions should end with periods. On occasion, they're multiple sentences long and it seems weird putting a period on the first one, but not on the last, or not on all of them. 8. Sharepoint also has related in the description.

      C Offline
      C Offline
      Chris Maunder
      wrote on last edited by
      #16

      3. No, C++/CLI means "C++ on the CLI", not "C++ and/or CLI". 4. Yes, LINQ has various flavours. Want me to write flava instead? Word. 5. I hate CSS and rendering engines. Seriously. How on earth can a table cell be shorter than it's row?? I will ponder.

      cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

      B 1 Reply Last reply
      0
      • B Bassam Abdul Baki

        4. I did say the spelling was not the issue. :) It just says LINQ (All Flavours), not questions or discussions. 5. That one is annoying. Is each cell in its own table per chance?

        C Offline
        C Offline
        Chris Maunder
        wrote on last edited by
        #17

        Bassam Abdul-Baki wrote:

        That one is annoying. Is each cell in its own table per chance?

        :| <- That's me giving you a very flat look.

        cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

        B 2 Replies Last reply
        0
        • C Chris Maunder

          3. No, C++/CLI means "C++ on the CLI", not "C++ and/or CLI". 4. Yes, LINQ has various flavours. Want me to write flava instead? Word. 5. I hate CSS and rendering engines. Seriously. How on earth can a table cell be shorter than it's row?? I will ponder.

          cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

          B Offline
          B Offline
          Bassam Abdul Baki
          wrote on last edited by
          #18

          4. I did say the spelling was not the issue. :) It just says LINQ (All Flavours), not questions or discussions. 5. That one is annoying. Is each cell in its own table per chance?

          C 1 Reply Last reply
          0
          • C Chris Maunder

            Bassam Abdul-Baki wrote:

            That one is annoying. Is each cell in its own table per chance?

            :| <- That's me giving you a very flat look.

            cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

            B Offline
            B Offline
            Bassam Abdul Baki
            wrote on last edited by
            #19

            Better flat than C#.

            1 Reply Last reply
            0
            • C Chris Maunder

              Bassam Abdul-Baki wrote:

              That one is annoying. Is each cell in its own table per chance?

              :| <- That's me giving you a very flat look.

              cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

              B Offline
              B Offline
              Bassam Abdul Baki
              wrote on last edited by
              #20

              For the cell height, the only difference I see is that the Description column has a .hover-container CSS attribute that the other columns do not have. Deleting ".hover-container" should fix it since you have the .hover-row attribute.

              C 1 Reply Last reply
              0
              • B Bassam Abdul Baki

                For the cell height, the only difference I see is that the Description column has a .hover-container CSS attribute that the other columns do not have. Deleting ".hover-container" should fix it since you have the .hover-row attribute.

                C Offline
                C Offline
                Chris Maunder
                wrote on last edited by
                #21

                hover-container defines the element containing the button-group that holds the buttons. hover-row defines the entire row to be highlighted on mouse over.

                cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

                B 1 Reply Last reply
                0
                • C Chris Maunder

                  hover-container defines the element containing the button-group that holds the buttons. hover-row defines the entire row to be highlighted on mouse over.

                  cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

                  B Offline
                  B Offline
                  Bassam Abdul Baki
                  wrote on last edited by
                  #22

                  Interesting. Commenting out hover-container worked for me. However, commenting out display:block also worked. Couldn't see any direct side-effects from either of these actions. .hover-container {     position:relative;     //display:block;     margin-right:1em; }

                  C 1 Reply Last reply
                  0
                  • B Bassam Abdul Baki

                    Interesting. Commenting out hover-container worked for me. However, commenting out display:block also worked. Couldn't see any direct side-effects from either of these actions. .hover-container {     position:relative;     //display:block;     margin-right:1em; }

                    C Offline
                    C Offline
                    Chris Maunder
                    wrote on last edited by
                    #23

                    Yep - this also helps, but causes problems in other browsers.

                    cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

                    B 1 Reply Last reply
                    0
                    • C Chris Maunder

                      Yep - this also helps, but causes problems in other browsers.

                      cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

                      B Offline
                      B Offline
                      Bassam Abdul Baki
                      wrote on last edited by
                      #24

                      Well done! What was the issue? Looks like you deleted an entire stylesheet.

                      C 1 Reply Last reply
                      0
                      • B Bassam Abdul Baki

                        Well done! What was the issue? Looks like you deleted an entire stylesheet.

                        C Offline
                        C Offline
                        Chris Maunder
                        wrote on last edited by
                        #25

                        a) It's gratifying that you noticed b) The issue was a weird one. In Gecko and WebKit, if you specify that a table cell is to be displayed as a block then the boundaries of that cell (at least the boundary where a border will be drawn) can be shorter than the height of the row. I have a set of buttons that appear when you hover over a row (class=hover-row). The buttons are wrapped in a SPAN that is displayed when you hover over the row, and their position is constrained by the immediate container they are within (class=hover-container). To position the buttons correctly, the container needs to have position:relative and display:block, and the buttons themselves are position:absolute. If the hover-container element (the table cell, in this case) doesn't have relative/block then the bottons appear at the top right of the page. If they do have relative/block then the border of the cell is screwed up since the cell can now be shorter than the row. It dawned on me around 1am that all I was trying to do was constrain the buttons to be within the table cell, so I wrapped everything in the table cell within a div, gave it the hover-container class, and bingo, everything worked.

                        cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

                        B 1 Reply Last reply
                        0
                        • C Chris Maunder

                          a) It's gratifying that you noticed b) The issue was a weird one. In Gecko and WebKit, if you specify that a table cell is to be displayed as a block then the boundaries of that cell (at least the boundary where a border will be drawn) can be shorter than the height of the row. I have a set of buttons that appear when you hover over a row (class=hover-row). The buttons are wrapped in a SPAN that is displayed when you hover over the row, and their position is constrained by the immediate container they are within (class=hover-container). To position the buttons correctly, the container needs to have position:relative and display:block, and the buttons themselves are position:absolute. If the hover-container element (the table cell, in this case) doesn't have relative/block then the bottons appear at the top right of the page. If they do have relative/block then the border of the cell is screwed up since the cell can now be shorter than the row. It dawned on me around 1am that all I was trying to do was constrain the buttons to be within the table cell, so I wrapped everything in the table cell within a div, gave it the hover-container class, and bingo, everything worked.

                          cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

                          B Offline
                          B Offline
                          Bassam Abdul Baki
                          wrote on last edited by
                          #26

                          a. I've been in QA far too long. And my Math background makes me quite anal(ytical). :) b. Nothing like working at dawn for things to dawn. That's the problem with adding CSS attributes to every minutia these days, everything requires a DIV tag around it. Glad you got it fixed.

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups