Jump to content

pauldenize

Members
  • Posts

    2
  • Joined

  • Last visited

Previous Fields

  • Languages
    English

pauldenize's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I had a web link like the following <a href="someref?param1=123&param2=xyz"> It works fine but when validated - I get general entity "param2" not defined and no default entity note: in my example param2 is double_urlencoded = so looks more like param2=%252Fxyz) Nothing I found says the whole parameter should be encoded
  2. I have multiple div element blocks side by side and the title is the status of the item the block represents. If two have the same status then they have the same title. If the user moved between them the tooltip should disappear and reappear on the next block. This is true for Firefox and IE. For Chrome however if the user moves quickly enough the tooltip stays up but still hovering over the first item. If the element the tooltip is referring to has been left I believe it should dissapear. It seems the close is delayed slightly (probably usability) and the open also. But if the text is the same it ignores the close/open operations. I have found no workaround to this yet. I have attached a simple HTML file (chromebug.html) that shows the effect (just point to one box and not even that quickly move to the next) I'd appreciate if someone could advise how this can be done for the attached example.
×
×
  • Create New...